diff options
Diffstat (limited to 'templates/crosspost.tpl')
| -rw-r--r-- | templates/crosspost.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index 976379d..fde2d11 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -63,8 +63,8 @@ {textarea id="crosspost_note" label="Crosspost Note (Optional)" name="crosspost_note" noformat="y" rows=6 help="Add a note you would like to appear above the post when viewed on the crossposted blog. This does not appear on the post page."}{$crosspost.crosspost_note}{/textarea} <div class="control-group submit"> - <input type="submit" name="preview" value="{tr}Preview{/tr}" /> - <input type="submit" name="save_post_exit" value="{tr}Save{/tr}" /> + <input type="submit" class="btn" name="preview" value="{tr}Preview{/tr}" /> + <input type="submit" class="btn" name="save_post_exit" value="{tr}Save{/tr}" /> </div> {/if} {/legend} |
