prefs: enable Linked tab in single user mode

This commit is contained in:
Andrew Dolgov 2011-04-21 15:39:27 +04:00
parent 6d1aacbb9b
commit 207d8118b4
1 changed files with 2 additions and 0 deletions

View File

@ -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>