1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00

fix комментариев

This commit is contained in:
Mzhelskiy Maxim 2012-04-09 17:32:30 +04:00
parent 811da80f2f
commit a303c83edb
2 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@ ls.comments = (function ($) {
},
classes: {
form_loader: 'loader',
comment_new: 'new',
comment_current: 'current',
comment_deleted: 'deleted',
comment_self: 'self',
comment_new: 'comment-new',
comment_current: 'comment-current',
comment_deleted: 'comment-deleted',
comment_self: 'comment-self',
comment: 'comment',
comment_goto_parent: 'goto-comment-parent',
comment_goto_child: 'goto-comment-child'

View file

@ -2,7 +2,7 @@
{assign var=aPagingCmt value=$params.aPagingCmt}
<section class="toolbar-update" id="update" style="{if $aPagingCmt and $aPagingCmt.iCountPage > 1}display: none;{/if}">
<a href="#" class="update-comments" id="update-comments" onclick="ls.comments.load({$params.iTargetId},'{$params.sTargetType}'); return false;"><i></i></a>
<a href="#" class="new-comments" id="new_comments_counter" style="display: none;" title="Число новых комментариев" onclick="ls.comments.goToNextComment();"></a>
<a href="#" class="new-comments" id="new_comments_counter" style="display: none;" title="Число новых комментариев" onclick="ls.comments.goToNextComment(); return false;"></a>
<input type="hidden" id="comment_last_id" value="{$params.iMaxIdComment}" />
<input type="hidden" id="comment_use_paging" value="{if $aPagingCmt and $aPagingCmt.iCountPage>1}1{/if}" />