summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
commit814e49f8f78c349b471726c01d7a7cd2eb5121c3 (patch)
tree8c43323f673478d24885723ce5316a9f8262b8d2 /classes/pref/system.php
parent7d5be47a2e0e6ddc545fa9db3ed8844f67f42ffd (diff)
add icons to accordion panels in preferences
fix typo in pref-prefs closing panel tag
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index ef2ca98b0..f44b499c8 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -26,7 +26,8 @@ class Pref_System extends Handler_Protected {
function index() {
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
- print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Event Log')."\">";
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
+ title=\"<i class='material-icons'>report</i> ".__('Event Log')."\">";
if (LOG_DESTINATION == "sql") {