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/client/res/templates/notification/panel.tpl
T
2016-02-16 17:27:45 +02:00

15 lines
526 B
Smarty

<div class="panel panel-default">
<div class="panel-heading">
<div class="pull-right">
<a href="#Notification" data-action="openNotifications" style="margin-right: 20px;">{{translate 'View List'}}</a>
<a href="javascript:" data-action="markAllNotificationsRead">{{translate 'Mark all read'}}</a>
</div>
{{translate 'Notifications'}}
</div>
<div class="panel-body">
<div class="list-container">
{{translate 'Loading...'}}
</div>
</div>
</div>