]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
switch pref tabs back to old-style due to compatibility issues
[tt-rss.git] / prefs.php
index ca48f43fa4bc11258c17083ca99ac14e69278da6..4893aa618e027af206da770c0b3708fea519863a 100644 (file)
--- 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>