summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-21 15:39:27 +0400
committerAndrew Dolgov <[email protected]>2011-04-21 15:39:27 +0400
commit207d8118b41aa5304c69e00d914a0fbbf4e6463f (patch)
tree35512600c44442faf3895eee003ef67c679b1252 /prefs.php
parent6d1aacbb9b6bb4850e0ef0623338cf21ea260036 (diff)
prefs: enable Linked tab in single user mode
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 11dab3977..c28a5b1ef 100644
--- a/prefs.php
+++ b/prefs.php
@@ -103,6 +103,8 @@
<div id="userConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-users"
title="<?php echo __('Users') ?>"></div>
+<?php } ?>
+<?php if ($_SESSION["access_level"] >= 10 || SINGLE_USER_MODE) { ?>
<div id="instanceConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=pref-instances"
title="<?php echo __('Linked') ?>"></div>