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

20 lines
615 B
Smarty
Raw Normal View History

2013-05-25 10:57:20 +03:00
{**
* Тулбар
* Кнопка обновления комментариев
*}
{component 'toolbar' template='item'
classes = "{$smarty.local.classes} js-comments-toolbar"
mods = 'comments'
buttons = [
[
classes => 'toolbar-comments-update js-toolbar-comments-update',
attributes => [ 'title' => {lang 'comments.comment.count_new'} ],
icon => 'comment-update'
],
[
classes => 'js-toolbar-comments-count',
attributes => [ 'title' => {lang 'comments.comment.count_new'} ],
text => '0'
]
]}