|
From: Paul S. O. <ps...@us...> - 2001-12-24 13:04:19
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv12020/templates/subSilver/admin
Modified Files:
forum_edit_body.tpl
Log Message:
Updated to match change in category name when used in forms
Index: forum_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_edit_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** forum_edit_body.tpl 2001/11/19 21:57:50 1.4
--- forum_edit_body.tpl 2001/12/24 13:04:16 1.5
***************
*** 19,23 ****
<tr>
<td class="row1">{L_CATEGORY}</td>
! <td class="row2"><select name="cat_id">{S_CAT_LIST}</select></td>
</tr>
<tr>
--- 19,23 ----
<tr>
<td class="row1">{L_CATEGORY}</td>
! <td class="row2"><select name="c">{S_CAT_LIST}</select></td>
</tr>
<tr>
|