1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

More GUI fixes.

This commit is contained in:
Cameron
2012-11-28 23:34:40 -08:00
parent a35bcc8432
commit 1bf01802d2
8 changed files with 139 additions and 146 deletions

View File

@@ -83,9 +83,8 @@ if (isset($message)) {
}
$text = "
<div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'>
<table class='fborder' style='".ADMIN_WIDTH."'>";
<table class='table adminform'>";
if ($editid)
{
@@ -160,10 +159,12 @@ else
<tr><td colspan='5' class='fcaption'>".MDCLAN_12." (".$total_comments." ".($total_comments == "1" ? MDCLAN_11 : MDCLAN_12).", ".$total_blocked." ".MDCLAN_13.")</td></tr>
".$comments."
<tr><td colspan='5' class='forumheader' style='text-align:center'>".MDCLAN_9."</td></tr>
<tr><td colspan='5' class='forumheader' style='text-align:center'><input class='button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr>
<tr><td colspan='5' class='forumheader' style='text-align:center'>
<input class='button' type='submit' name='moderate' value='".MDCLAN_8."' />
</td></tr>
";
}
$text .= "</table></form></div>";
$text .= "</table></form>";
$ns->tablerender(MDCLAN_8, $text);