From 860b4a5f41360057cf5ba0d500d19ac4ef090e7f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 19 Dec 2010 13:37:15 +0000 Subject: [PATCH] display title instead of subtitle --- lam/templates/serverInfo.php | 2 +- lam/templates/tools.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/serverInfo.php b/lam/templates/serverInfo.php index aa42befc..b0b8341b 100644 --- a/lam/templates/serverInfo.php +++ b/lam/templates/serverInfo.php @@ -89,7 +89,7 @@ echo '
'; $tabindex = 1; $container = new htmlTable(); -$container->addElement(new htmlSubTitle(_("Server information")), true); +$container->addElement(new htmlTitle(_("Server information")), true); $container->addElement(new htmlOutputText('' . _("Managed suffixes") . '', false)); $container->addElement(new htmlSpacer('20px', null)); diff --git a/lam/templates/tools.php b/lam/templates/tools.php index f61b74b5..ad5b5ac7 100644 --- a/lam/templates/tools.php +++ b/lam/templates/tools.php @@ -60,7 +60,7 @@ echo "
\n"; // print tools table $container = new htmlTable(); -$container->addElement(new htmlSubTitle(_('Tools')), true); +$container->addElement(new htmlTitle(_('Tools')), true); for ($i = 0; $i < sizeof($tools); $i++) { // check access level