|
From: Paul S. O. <ps...@us...> - 2001-11-19 20:38:47
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv10222/templates/subSilver/admin
Modified Files:
auth_forum_body.tpl
Log Message:
Lang related changes
Index: auth_forum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/auth_forum_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** auth_forum_body.tpl 2001/10/14 15:55:50 1.3
--- auth_forum_body.tpl 2001/11/19 20:38:44 1.4
***************
*** 23,29 ****
<tr>
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
! <input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" class="mainoption" />
! <input type="reset" value="{L_RESET_CHANGES}" name="reset" class="liteoption" />
</td>
</tr>
--- 23,29 ----
<tr>
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
! <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
! <input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
</td>
</tr>
|