1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/application/frontend/components/comment/toolbar.comment.tpl
2015-06-08 23:43:31 +07:00

20 lines
592 B
Smarty

{**
* Тулбар
* Кнопка обновления комментариев
*}
{component 'toolbar' template='item'
classes = "{$smarty.local.classes} js-comments-toolbar"
mods = 'comments'
buttons = [
[
classes => 'ls-toolbar-comments-update js-toolbar-comments-update',
attributes => [ 'title' => {lang 'comments.update'} ],
icon => 'refresh'
],
[
classes => 'js-toolbar-comments-count',
attributes => [ 'title' => {lang 'comments.count_new'} ],
text => '0'
]
]}