mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
support for onepage mode
This commit is contained in:
parent
91f61aad87
commit
0acc08178f
|
@ -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());
|
||||
|
|
|
@ -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();
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user