]> 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 be0cd419f05116c58dfe084674d8c734915b7b1c..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>
@@ -131,6 +133,8 @@ window.onload = init;
 <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
 <div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
 
+<div id="dialog_overlay"> </div>
+
 <div id="prefFooter">
        <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
                <select id="userSwitch" onchange="userSwitch()">