1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 16:51:28 +00:00

notify box is available when header is disabled

This commit is contained in:
Andrew Dolgov
2005-11-27 14:14:51 +01:00
parent a31a7b39d6
commit b8dc6247ef
2 changed files with 9 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
<tr>
<td colspan="2">
<td colspan="2" class="headerBox">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td rowspan="2" class="header" valign="middle">
<img src="images/ttrss_logo.png" alt="logo">
@@ -73,7 +73,10 @@
</td>
</tr>
<? } else { ?>
<tr><td align="right" colspan="2">
<div id="notify"><span id="notify_body"></div>
<div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
</td></tr>
<? } ?>
<tr>
<td valign="top" rowspan="3" class="feeds">