aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/mcp_foruminfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/mcp_foruminfo.html')
-rw-r--r--phpBB/templates/subSilver/mcp_foruminfo.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/templates/subSilver/mcp_foruminfo.html b/phpBB/templates/subSilver/mcp_foruminfo.html
index 83ba17b960..efe9a0d51d 100644
--- a/phpBB/templates/subSilver/mcp_foruminfo.html
+++ b/phpBB/templates/subSilver/mcp_foruminfo.html
@@ -4,28 +4,28 @@
<form method="post" name="main" action="{S_MCP_ACTION}">
<!-- IF S_FORUM_ID -->
-<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
+<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
- <th height="25" colspan="2" nowrap="nowrap">{L_FORUM_INFO}</th>
+ <th colspan="2" height="28" nowrap="nowrap">{L_FORUM_INFO}</th>
</tr>
<tr>
- <td class="row1"><b class="gen">{L_FORUM_NAME}</b></td>
+ <td class="row1"><b class="genmed">{L_FORUM_NAME}</b></td>
<td class="row2"><input type="text" class="post" name="forum_name" value="{FORUM_NAME}" size="45" /></td>
</tr>
<tr>
- <td class="row1"><b class="gen">{L_FORUM_DESC}</b></td>
+ <td class="row1"><b class="genmed">{L_FORUM_DESC}</b></td>
<td class="row2"><textarea class="post" rows="5" cols="45" wrap="virtual" name="forum_desc">{FORUM_DESC}</textarea></td>
</tr>
<tr>
- <td class="row1"><b class="gen">{L_FORUM_STYLE}</b></td>
+ <td class="row1"><b class="genmed">{L_FORUM_STYLE}</b></td>
<td class="row2"><select name="forum_style">{STYLE_LIST}</select></td>
</tr>
<tr>
- <td class="row1"><b class="gen">{L_FORUM_STATUS}</b></td>
+ <td class="row1"><b class="genmed">{L_FORUM_STATUS}</b></td>
<td class="row2"><select name="forum_status">{STATUS_LIST}</select></td>
</tr>
<tr>
- <td colspan="2" class="cat" align="center"><input type="submit" name="confirm" value="{L_CONFIRM}" class="mainoption" />&nbsp; &nbsp;<input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /></td>
+ <td colspan="2" class="cat" align="center"><input type="submit" name="confirm" value="{L_CONFIRM}" class="btnmain" />&nbsp; &nbsp;<input type="submit" name="cancel" value="{L_CANCEL}" class="btnlite" /></td>
</tr>
</table>
@@ -36,7 +36,7 @@
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
<tr>
- <th height="25"><b>{L_FORUM_INFO}</b></th>
+ <th height="28"><b>{L_FORUM_INFO}</b></th>
</tr>
<tr>
<td class="row1" align="center"><br /><!-- INCLUDE mcp_jumpbox.html --><br /><br /></td>