Edit the posting_body.tpl
Make a back up first! I haven't tried it, so I don't know for sure that it will work.
Search for this line (in my temp it's line 435)
|
Code:
|
<td class="catBottom" colspan="2" align="center" height="22"> {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> |
Change it to this.
|
Code:
|
<td class="catBottom" colspan="2" align="center" height="22"> {S_HIDDEN_FORM_FIELDS)<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /><input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /></td>
</tr> |
Edit:ahhhhh Mikem, didn't see your post there, was looking for the right line
