diff --git a/out/out.AttributeMgr.php b/out/out.AttributeMgr.php index 445a69d60..1a613d247 100644 --- a/out/out.AttributeMgr.php +++ b/out/out.AttributeMgr.php @@ -48,7 +48,7 @@ if(isset($_GET['attrdefid']) && $_GET['attrdefid']) { if($view) { $view->setParam('accessobject', $accessop); - $view->setParam('onepage', false); // do most navigation by reloading areas of pages with ajax + $view->setParam('onepage', $settings->_onePageMode); // do most navigation by reloading areas of pages with ajax $view->setParam('attrdefs', $attrdefs); $view->setParam('selattrdef', $selattrdef); $view->setParam('showtree', showtree()); diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index 2a9f6d05a..4bc4de3e2 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -55,6 +55,7 @@ $(document).ready( function() { $this->printDeleteFolderButtonJs(); $this->printDeleteDocumentButtonJs(); $this->printDeleteAttributeValueButtonJs(); + $this->printClickDocumentJs(); } /* }}} */ function info() { /* {{{ */ @@ -376,4 +377,3 @@ $(document).ready( function() { $this->htmlEndPage(); } /* }}} */ } -?>