mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting_tpl.tpl
This commit is contained in:
parent
7b62958ccc
commit
531e40b56e
@ -4480,8 +4480,8 @@ $(function(){
|
||||
<div><input type="text" id="preview-title" size="60" value="" class="bold" style="width: 100%" /></div>
|
||||
<div><textarea id="preview-msg" rows="15" cols="10" wrap="off" class="editor" style="width: 100%"></textarea></div>
|
||||
<div class="tCenter">
|
||||
<input type="button" value="{L_AJAX_PREVIEW}" onclick="ajax.posts( $('#preview-msg').val(), 'preview-html-body' );" class="bold" />
|
||||
<input type="button" value="Продолжить" onclick="tpl_submit(true);" class="bold" />
|
||||
<input type="button" value="{L_AJAX_PREVIEW}" onclick="ajax.posts( $('#preview-msg').val(), 'preview-html-body' );" class="bold" />
|
||||
<input type="button" value="Продолжить (Создать релиз)" onclick="tpl_submit(true);" class="bold" />
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user