mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
support for onepage mode
This commit is contained in:
parent
54a14286f3
commit
91f61aad87
|
@ -374,6 +374,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
<?php
|
<?php
|
||||||
|
$this->printClickDocumentJs();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function show() { /* {{{ */
|
function show() { /* {{{ */
|
||||||
|
|
|
@ -48,6 +48,7 @@ $(document).ready( function() {
|
||||||
<?php
|
<?php
|
||||||
$this->printDeleteFolderButtonJs();
|
$this->printDeleteFolderButtonJs();
|
||||||
$this->printDeleteDocumentButtonJs();
|
$this->printDeleteDocumentButtonJs();
|
||||||
|
$this->printClickDocumentJs();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function info() { /* {{{ */
|
function info() { /* {{{ */
|
||||||
|
@ -178,4 +179,3 @@ $(document).ready( function() {
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user