|
From: Paul S. O. <ps...@us...> - 2002-02-12 16:06:49
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv14290/templates/subSilver
Modified Files:
posting_body.tpl
Log Message:
oops, that name change won't work on current CVS posting ...
Index: posting_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** posting_body.tpl 12 Feb 2002 15:53:59 -0000 1.23
--- posting_body.tpl 12 Feb 2002 16:06:45 -0000 1.24
***************
*** 434,438 ****
{POLLBOX}
<tr>
! <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
</tr>
</table>
--- 434,438 ----
{POLLBOX}
<tr>
! <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="submit" class="mainoption" value="{L_SUBMIT}" /></td>
</tr>
</table>
|