|
@@ -1,15 +1,5 @@
|
|
|
[%
|
|
[%
|
|
|
USE Whostmgr;
|
|
USE Whostmgr;
|
|
|
- USE JSON;
|
|
|
|
|
-
|
|
|
|
|
- IF locale.get_html_dir_attr() == 'rtl';
|
|
|
|
|
- SET rtl_bootstrap = Whostmgr.find_file_url('/3rdparty/bootstrap-rtl/optimized/dist/css/bootstrap-rtl.min.css');
|
|
|
|
|
- END;
|
|
|
|
|
-
|
|
|
|
|
- SET styleSheets = [
|
|
|
|
|
- rtl_bootstrap,
|
|
|
|
|
- '../libraries/bootstrap/optimized/css/bootstrap.min.css'
|
|
|
|
|
- ];
|
|
|
|
|
|
|
|
|
|
WRAPPER 'master_templates/master.tmpl'
|
|
WRAPPER 'master_templates/master.tmpl'
|
|
|
app_key = 'Notification Center'
|
|
app_key = 'Notification Center'
|
|
@@ -17,10 +7,12 @@
|
|
|
icon = '/addon_plugins/nfcenter.png'
|
|
icon = '/addon_plugins/nfcenter.png'
|
|
|
breadcrumburl = '/cgi/addon_notification-center.cgi'
|
|
breadcrumburl = '/cgi/addon_notification-center.cgi'
|
|
|
theme = "bootstrap"
|
|
theme = "bootstrap"
|
|
|
- stylesheets = styleSheets
|
|
|
|
|
|
|
+ stylesheets = [
|
|
|
|
|
+ '../libraries/bootstrap/optimized/css/bootstrap.min.css'
|
|
|
|
|
+ ]
|
|
|
%]
|
|
%]
|
|
|
|
|
|
|
|
-<table id="notificationsTable" class="table table-striped responsive-table" border="1" cellspacing="0" cellpadding="2" >
|
|
|
|
|
|
|
+<table id="notificationsTable" class="table table-striped">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>[% locale.maketext('Notification') %]</td>
|
|
<td>[% locale.maketext('Notification') %]</td>
|