This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/client/res/templates/notifications/panel.tpl
T
2014-10-20 11:13:16 +03:00

9 lines
352 B
Smarty

<div class="panel panel-default">
<div class="panel-heading"><a class="pull-right" href="javascript:" data-action="markAllNotificationsRead">{{translate 'Mark all read'}}</a>{{translate 'Notifications'}}</div>
<div class="panel-body">
<div class="list-container">
{{translate 'Loading...'}}
</div>
</div>
</div>