1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/toolbar/toolbar.comment.tpl

21 lines
634 B
Smarty
Raw Normal View History

2013-05-25 10:57:20 +03:00
{**
* Тулбар
* Кнопка обновления комментариев
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
2014-05-16 06:49:44 +03:00
{extends 'components/toolbar/toolbar.item.tpl'}
{block 'toolbar_item_options' append}
{$_mods = 'comments'}
2014-05-16 06:49:44 +03:00
{$_bShow = !! $oUserCurrent}
{$_classes = 'js-toolbar-comments'}
{$_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}