[% USE Whostmgr -%] [% WRAPPER 'master_templates/master.tmpl' app_key = 'Notification Center' header = locale.maketext('Notification Center') icon = '/addon_plugins/nfcenter.png' breadcrumburl = '/cgi/addon_notification-center.cgi' theme = "bootstrap" show_upgrade_message = 1 stylesheets = [ '/libraries/fontawesome/css/font-awesome.min.css', Whostmgr.find_file_url('/3rdparty/bootstrap-rtl/optimized/dist/css/bootstrap-rtl.min.css'), ] -%] [% FOREACH notification IN data.notifications.keys.sort %] [% END %]
[% locale.maketext('Notification') %] [% locale.maketext('Time Occurred') %] [% locale.maketext('Show/Hide') %]
[% data.notifications.$notification.subject %] [% notification %] Show/Hide
[% PROCESS '_ajaxapp_footer.tmpl' -%] [% END #wrapper -%]