130 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_EDIT_CATEGORY}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_EDIT_CATEGORY_EXPLAIN}</p> |
|
|
5 |
|
|
|
6 |
<form action="{S_FORUM_ACTION}" method="post"> |
|
|
7 |
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
|
|
8 |
<tr> |
|
|
9 |
<th class="thHead" colspan="2">{L_EDIT_CATEGORY}</th> |
|
|
10 |
</tr> |
|
|
11 |
<tr> |
|
|
12 |
<td class="row1">{L_CATEGORY}</td> |
|
|
13 |
<td class="row2"><input class="post" type="text" size="25" name="cat_title" value="{CAT_TITLE}" /></td> |
|
|
14 |
</tr> |
|
|
15 |
<tr> |
|
|
16 |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> |
|
|
17 |
</tr> |
|
|
18 |
</table> |
|
|
19 |
</form> |
|
|
20 |
|
|
|
21 |
<br clear="all" /> |