/Forum/templates/subSilver/admin/category_edit_body.tpl
0,0 → 1,21
 
<h1>{L_EDIT_CATEGORY}</h1>
 
<p>{L_EDIT_CATEGORY_EXPLAIN}</p>
 
<form action="{S_FORUM_ACTION}" method="post">
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th class="thHead" colspan="2">{L_EDIT_CATEGORY}</th>
</tr>
<tr>
<td class="row1">{L_CATEGORY}</td>
<td class="row2"><input class="post" type="text" size="25" name="cat_title" value="{CAT_TITLE}" /></td>
</tr>
<tr>
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td>
</tr>
</table>
</form>
<br clear="all" />