#1264 hover button style

also added whitespace no wrap to checkboxs label and set the h1 of the page via maintenance.php
This commit is contained in:
Louis
2020-11-20 15:26:33 +01:00
committed by plegall
parent 1db2188db8
commit 2c15d8f55c
3 changed files with 16 additions and 11 deletions
+4
View File
@@ -49,3 +49,7 @@ $tabsheet->select($page['tab']);
$tabsheet->assign();
include(PHPWG_ROOT_PATH.'admin/maintenance_'.$page['tab'].'.php');
$template->assign(
array('ADMIN_PAGE_TITLE' => l10n('Maintenance'))
);