diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index f1b974914..d89a56830 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -42,6 +42,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Theme_Style { header('Content-Type: application/javascript; charset=UTF-8'); parent::jsTranslations(array('cancel', 'splash_move_document', 'confirm_move_document', 'move_document', 'confirm_transfer_link_document', 'transfer_content', 'link_document', 'splash_move_folder', 'confirm_move_folder', 'move_folder')); + $this->printDeleteDocumentButtonJs(); $this->printClickDocumentJs(); ?> $(document).ready( function() { @@ -787,8 +788,6 @@ $(document).ready( function() { $db = $dms->getDB(); - $this->htmlAddHeader(''."\n", 'js'); - $this->htmlStartPage(getMLText("my_documents")); $this->globalNavigation(); $this->contentStart();