display title instead of subtitle
This commit is contained in:
parent
a8de4aa682
commit
860b4a5f41
|
@ -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));
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue