fix deletion of documents from document list

This commit is contained in:
Uwe Steinmann 2017-12-19 10:52:24 +01:00
parent abd8b77b2f
commit 48c7dd3fc2

View File

@ -46,6 +46,8 @@ $(document).ready( function() {
});
});
<?php
$this->printDeleteFolderButtonJs();
$this->printDeleteDocumentButtonJs();
} /* }}} */
function info() { /* {{{ */
@ -136,6 +138,8 @@ $(document).ready( function() {
$categories = $this->params['categories'];
$selcat = $this->params['selcategory'];
$this->htmlAddHeader('<script type="text/javascript" src="../styles/'.$this->theme.'/bootbox/bootbox.min.js"></script>'."\n", 'js');
$this->htmlStartPage(getMLText("admin_tools"));
$this->globalNavigation();
$this->contentStart();