]> git.wh0rd.org - tt-rss.git/commitdiff
fix: quick menu infoboxes not displayed when header is disabled (closes #69)
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 14 Jun 2006 02:58:40 +0000 (03:58 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 14 Jun 2006 02:58:40 +0000 (03:58 +0100)
tt-rss.php

index 06121c2a1237d312d85ba9dd1eae939f2342fc3c..149dafc1e65ed35b7dee66bcf03b83aa7518c276 100644 (file)
@@ -89,6 +89,8 @@ window.onload = init;
 
 <ul id="debug_output"></ul>
 
+<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
+
 <table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
 <? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
 <tr>
@@ -100,9 +102,6 @@ window.onload = init;
                        <td valign="top" class="notifyBox">
                                <div id="notify"><span id="notify_body">&nbsp;</span></div>
                        </td>
-
-                       <div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
-
                </tr><tr><td class="welcomePrompt">
                        <? if (!SINGLE_USER_MODE) { ?>
                                Hello, <b><?= $_SESSION["name"] ?></b>