mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting_editor.tpl
This commit is contained in:
parent
c756689c96
commit
b63ae728bb
@ -76,6 +76,7 @@ ajax.callback.posts = function(data) {
|
||||
</span>
|
||||
|
||||
<div class="buttons floatR">
|
||||
<input type="reset" value="{L_CLEAR}">
|
||||
<input type="button" value="+" onclick="$('#message').css({height: parseInt($('#message').css('height')) + 100}); return false;">
|
||||
<input type="button" value="-" onclick="$('#message').css({height: parseInt($('#message').css('height')) - 100}); return false;">
|
||||
</div>
|
||||
@ -107,7 +108,6 @@ ajax.callback.posts = function(data) {
|
||||
<div class="mrg_8 tCenter">
|
||||
<div id="post-buttons-block" style="display: none;">
|
||||
<div class="pad_4" align="center">{CAPTCHA_HTML}</div>
|
||||
<input type="reset" value="{L_CLEAR}">
|
||||
<input type="submit" name="preview" value="{L_PREVIEW}" id="post-preview-btn" onclick="$('#post-submit').remove();">
|
||||
<input onclick="submitted = true;" title="Ctrl+Enter" type="submit" name="post" class="bold" value="{L_SUBMIT}" id="post-submit-btn">
|
||||
<input type="button" value="{L_AJAX_PREVIEW}" onclick="ajax.exec({ action: 'posts', type: 'view_message', message: $('textarea#message').val()});">
|
||||
|
Loading…
Reference in New Issue
Block a user