summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 14:03:33 +0300
commita68b15060195b42eea36f29d2837bb920e35f07a (patch)
treed7df0deae0b0b0d3974e66fd3c5abd6ead029b35 /prefs.php
parente5dfc20939a74674fb01fa4688c7dbe1800bc22d (diff)
remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 968082f9a..a3b6a662a 100644
--- a/prefs.php
+++ b/prefs.php
@@ -129,13 +129,16 @@
href="backend.php?op=pref-feeds"
title="<i class='material-icons'>rss_feed</i> <?php echo __('Feeds') ?>"></div>
<div id="filterConfigTab" dojoType="dijit.layout.ContentPane"
+ style="padding : 0px"
href="backend.php?op=pref-filters"
title="<i class='material-icons'>filter_list1</i> <?php echo __('Filters') ?>"></div>
<div id="labelConfigTab" dojoType="dijit.layout.ContentPane"
+ style="padding : 0px"
href="backend.php?op=pref-labels"
title="<i class='material-icons'>label_outline1</i> <?php echo __('Labels') ?>"></div>
<?php if ($_SESSION["access_level"] >= 10) { ?>
<div id="userConfigTab" dojoType="dijit.layout.ContentPane"
+ style="padding : 0px"
href="backend.php?op=pref-users"
title="<i class='material-icons'>person</i> <?php echo __('Users') ?>"></div>
<div id="systemConfigTab" dojoType="dijit.layout.ContentPane"