summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 07:33:52 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 07:33:52 +0100
commit1f8274d3c12fdfe354fa9393f67c2a41accf7855 (patch)
tree183242579834c7419a99498145d90c89d5cacba2 /prefs.php
parentf335e9659dcf565e2cf1fdc3901255d95541c575 (diff)
switch pref tabs back to old-style due to compatibility issues
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 ca48f43fa..4893aa618 100644
--- a/prefs.php
+++ b/prefs.php
@@ -93,6 +93,7 @@ window.onload = init;
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>
+<div id="prefTabs">
<div class="return">
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
</div>
@@ -117,6 +118,7 @@ window.onload = init;
<div id="userConfigTab" class="prefsTab"
onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div>
<?php } ?>
+</div>
<div id="prefContent">
<p><?php echo __('Loading, please wait...') ?></p>