|
|
Re: quick reply button text [message #161497 is a reply to message #161494] |
Thu, 31 December 2009 12:48 |
littleking
Messages: 187 Registered: January 2007
Karma: 2
|
Senior Member |
|
|
thx, worked perfectly... had issues with people hitting the post reply button. I also moved the buttons to the right, using:
<tr><td class="MsgToolBar" align="right" {IF: $quick_reply_collapsed}style="display:none;"{ENDIFI}>
<input type="submit" class="button" value="{MSG: post_preview_btn}" tabindex="4" name="preview" />
<input type="submit" class="button" tabindex="5" name="btn_submit" value="{MSG: quick_reply_submit}" onClick="javascript: document.post_form.submitted.value=1;" />
</td></tr></table></td></tr>
[Updated on: Thu, 31 December 2009 12:49] Report message to a moderator
|
|
|