summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/prefs.php b/prefs.php
index 5a56f896f..cfdb5e0c8 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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>
</tr><tr><td class="welcomePrompt">
@@ -70,9 +70,15 @@
</td>
</tr>
<? } else { ?>
-<tr><td colspan="2" align="right">
- <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>