support for onepage mode

This commit is contained in:
Uwe Steinmann 2020-03-04 22:26:28 +01:00
parent 91f61aad87
commit 0acc08178f
2 changed files with 2 additions and 2 deletions

View File

@ -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());

View File

@ -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();
} /* }}} */
}
?>