1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/comment/toolbar.comment.tpl
2016-04-07 16:40:28 +07:00

22 lines
649 B
Smarty

{**
* Тулбар
* Кнопка обновления комментариев
*}
{component_define_params params=[ 'mods', 'classes', 'attributes' ]}
{component 'toolbar' template='item'
classes = "{$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'
]
]}