display title instead of subtitle

This commit is contained in:
Roland Gruber 2010-12-19 13:37:15 +00:00
parent a8de4aa682
commit 860b4a5f41
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ echo '<div class="userlist-bright smallPaddingContent">';
$tabindex = 1;
$container = new htmlTable();
$container->addElement(new htmlSubTitle(_("Server information")), true);
$container->addElement(new htmlTitle(_("Server information")), true);
$container->addElement(new htmlOutputText('<b>' . _("Managed suffixes") . '</b>', false));
$container->addElement(new htmlSpacer('20px', null));

View File

@ -60,7 +60,7 @@ echo "<div class=\"userlist-bright smallPaddingContent\">\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