1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/components/comment/toolbar.comment.tpl
2014-10-22 21:56:53 +07:00

21 lines
634 B
Smarty

{**
* Тулбар
* Кнопка обновления комментариев
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
{extends 'components/toolbar/toolbar.item.tpl'}
{block 'toolbar_item_options' append}
{$_mods = 'comments'}
{$_bShow = !! $oUserCurrent}
{$_classes = 'js-toolbar-comments'}
{$_attributes = 'data-target=".js-comment"'}
{/block}
{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>
{/block}