summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 08:42:39 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 08:42:39 +0400
commit2cbdc95bb00faad46df8976cf9b33e1bc188ec91 (patch)
treeb1360010f1477f41a126d911757535342cfc16dd /prefs.php
parent77be1217e5e559b6f972afc4d5506426692d50fe (diff)
add a separate tab for the logger
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 476ad2578..a047931c6 100644
--- a/prefs.php
+++ b/prefs.php
@@ -130,6 +130,9 @@
<div id="userConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-users"
title="<?php echo __('Users') ?>"></div>
+ <div id="systemConfigTab" dojoType="dijit.layout.ContentPane"
+ href="backend.php?op=pref-system"
+ title="<?php echo __('System') ?>"></div>
<?php } ?>
<?php
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TABS,