瀏覽代碼

Remove more BS

Andy Baugh 6 年之前
父節點
當前提交
0b3231f9f5
共有 1 個文件被更改,包括 4 次插入12 次删除
  1. 4 12
      notification-center/notification-center.tt

+ 4 - 12
notification-center/notification-center.tt

@@ -1,15 +1,5 @@
 [%
     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'
         app_key = 'Notification Center'
@@ -17,10 +7,12 @@
         icon = '/addon_plugins/nfcenter.png'
         breadcrumburl = '/cgi/addon_notification-center.cgi'
         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>
         <tr>
             <td>[% locale.maketext('Notification') %]</td>