Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
831 |
florian |
1 |
<div class="PhorumStdBlock PhorumNarrowBlock" style="text-align: right; border-top: none">
|
|
|
2 |
{HOOK tpl_editor_buttons}
|
|
|
3 |
|
|
|
4 |
<input type="submit" name="preview"
|
|
|
5 |
class="PhorumSubmit" value=" {LANG->Preview} " />
|
|
|
6 |
<input type="submit" name="finish"
|
|
|
7 |
class="PhorumSubmit" value=" {POST->submitbutton_text} " />
|
|
|
8 |
{IF SHOW_CANCEL_BUTTON}
|
|
|
9 |
<input type="submit" name="cancel" onclick="return confirm('{LANG->CancelConfirm}')"
|
|
|
10 |
class="PhorumSubmit" value=" {LANG->Cancel} " />
|
|
|
11 |
{/IF}
|
|
|
12 |
</div>
|