1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 17:49:16 +00:00

display username/logout prompt if header is disabled (closes #10)

This commit is contained in:
Andrew Dolgov
2005-12-19 19:19:35 +01:00
parent 426d3c5737
commit 82e1fe00fd
3 changed files with 26 additions and 15 deletions

View File

@@ -57,7 +57,7 @@
<td rowspan="2" class="header" valign="middle">
<img src="images/ttrss_logo.png" alt="logo">
</td>
<td align="right" valign="top">
<td valign="top" class="notifyBox">
<div id="notify"><span id="notify_body">&nbsp;</span></div>
</td>
@@ -73,9 +73,15 @@
</td>
</tr>
<? } else { ?>
<tr><td align="right" colspan="2">
<div id="notify"><span id="notify_body">&nbsp;</span></div>
<div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
<tr>
<td class="small">
<div id="notify"><span id="notify_body">&nbsp;</span></div>
<div id="userDlgShadow"><div id="userDlg">&nbsp;</div></div>
</td><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
Hello, <b><?= $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
<? } ?>
</td></tr>
<? } ?>
<tr>