add method js()

This commit is contained in:
Uwe Steinmann 2016-03-16 20:10:17 +01:00
parent 88fd6a1dc4
commit 29de2282a3

View File

@ -31,6 +31,10 @@ require_once("class.Bootstrap.php");
*/
class SeedDMS_View_CreateIndex extends SeedDMS_Bootstrap_Style {
function js() { /* {{{ */
header('Content-Type: application/javascript');
} /* }}} */
function show() { /* {{{ */
$this->htmlStartPage(getMLText("admin_tools"));
$this->globalNavigation();