|
From: Bart v. B. <ba...@us...> - 2002-01-12 19:30:33
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv5952
Modified Files:
posting_body.tpl
Log Message:
Enabled ALT-S for sending message on posting pages
Index: posting_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** posting_body.tpl 2002/01/11 10:16:49 1.20
--- posting_body.tpl 2002/01/12 19:30:29 1.21
***************
*** 449,453 ****
<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />
! <input type="submit" tabindex="6" name="submit" class="mainoption" value="{L_SUBMIT}" />
</td>
</tr>
--- 449,453 ----
<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>
|