mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update privmsgs_read.tpl
This commit is contained in:
parent
e6962aee8c
commit
78737c2843
@ -67,11 +67,11 @@
|
|||||||
<div class="spacer_6"></div>
|
<div class="spacer_6"></div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
ajax.callback.posts = function(data){
|
ajax.callback.posts = function(data){
|
||||||
$('#view_message').show();
|
$('#view_message').show();
|
||||||
$('.view-message').html(data.message_html);
|
$('.view-message').html(data.message_html);
|
||||||
initPostBBCode('.view-message');
|
initPostBBCode('.view-message');
|
||||||
var maxH = screen.height - 490;
|
var maxH = screen.height - 490;
|
||||||
$('.view-message').css({ maxHeight: maxH });
|
$('.view-message').css({ maxHeight: maxH });
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<form action="{S_PRIVMSGS_ACTION}" method="post" name="post" onsubmit="if(checkForm(this)){ dis_submit_btn(); }else{ return false; }">
|
<form action="{S_PRIVMSGS_ACTION}" method="post" name="post" onsubmit="if(checkForm(this)){ dis_submit_btn(); }else{ return false; }">
|
||||||
@ -102,4 +102,4 @@ ajax.callback.posts = function(data){
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!-- ENDIF / QUICK_REPLY -->
|
<!-- ENDIF / QUICK_REPLY -->
|
||||||
|
Loading…
Reference in New Issue
Block a user