1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/components/comment/toolbar.comment.tpl

18 lines
587 B
Smarty
Raw Normal View History

2013-05-25 10:57:20 +03:00
{**
* Тулбар
* Кнопка обновления комментариев
*}
{extends 'component@toolbar.toolbar.item'}
2014-05-16 06:49:44 +03:00
{block 'toolbar_item_options' append}
{$_mods = 'comments'}
{$_bShow = !! $oUserCurrent}
{$_classes = 'js-comments-toolbar'}
{$_attributes = [ 'data-target' => '.js-comment' ]}
2014-05-16 06:49:44 +03:00
{/block}
2013-05-25 10:57:20 +03:00
2014-05-16 06:49:44 +03:00
{block 'toolbar_item'}
<div class="toolbar-comments-update js-toolbar-comments-update"><i></i></div>
<div class="toolbar-comments-count js-toolbar-comments-count" style="display: none;" title="{$aLang.comments.comment.count_new}"></div>
2014-05-16 06:49:44 +03:00
{/block}