summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-17 21:39:51 +0300
commitd69fa6d66afc03115682840e71619914449a2abc (patch)
tree4f2b0cc0817091794df87b590699ad258803a82f /prefs.php
parent1985a5e0d780c1d873085fd8b47ff59d3ef8335f (diff)
further pref-pane updates
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index eda3cd0f9..0e48665b3 100644
--- a/prefs.php
+++ b/prefs.php
@@ -118,7 +118,7 @@
href="backend.php?op=pref-labels"
title="<?php echo __('Labels') ?>"></div>
<?php if ($_SESSION["access_level"] >= 10) { ?>
- <div id=userConfigTab" dojoType="dijit.layout.ContentPane"
+ <div id="userConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-users"
title="<?php echo __('Users') ?>"></div>
<?php } ?>