mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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) {
|
if($view) {
|
||||||
$view->setParam('accessobject', $accessop);
|
$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('attrdefs', $attrdefs);
|
||||||
$view->setParam('selattrdef', $selattrdef);
|
$view->setParam('selattrdef', $selattrdef);
|
||||||
$view->setParam('showtree', showtree());
|
$view->setParam('showtree', showtree());
|
||||||
|
|
|
@ -55,6 +55,7 @@ $(document).ready( function() {
|
||||||
$this->printDeleteFolderButtonJs();
|
$this->printDeleteFolderButtonJs();
|
||||||
$this->printDeleteDocumentButtonJs();
|
$this->printDeleteDocumentButtonJs();
|
||||||
$this->printDeleteAttributeValueButtonJs();
|
$this->printDeleteAttributeValueButtonJs();
|
||||||
|
$this->printClickDocumentJs();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function info() { /* {{{ */
|
function info() { /* {{{ */
|
||||||
|
@ -376,4 +377,3 @@ $(document).ready( function() {
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user