summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 12:11:24 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 13:13:29 +0400
commit373266eb0394cd879e74db009e1629828a47eb33 (patch)
tree0feedb2bdd68e3496e58058bfd990f0db0ffdbcf /prefs.php
parentafb875ccd704dec355b73eecb2ded23f047414d8 (diff)
implement instances tab
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 5b70b2cad..11dab3977 100644
--- a/prefs.php
+++ b/prefs.php
@@ -103,7 +103,11 @@
<div id="userConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-users"
title="<?php echo __('Users') ?>"></div>
+ <div id="instanceConfigTab" dojoType="dijit.layout.ContentPane"
+ href="backend.php?op=pref-instances"
+ title="<?php echo __('Linked') ?>"></div>
<?php } ?>
+
</div>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">