summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
commitefae7595c4bbb47c4f86e9b142120bb3e5bc887e (patch)
treef2f39a9f953fb221fba5f2c677c5bec841184819 /tt-rss.php
parentc03cf250e8cef7f6d49e1b1980c40de7eebf9b89 (diff)
tweak hello/prefs/logout linkbar (refs #163)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 34f11d1fd..5ef24050a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -103,11 +103,16 @@ window.onload = init;
<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
<div id="header">
- <div style="float : right">
+ <div class="topLinks">
<?php if (!SINGLE_USER_MODE) { ?>
- <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="logout.php"><?php echo __('Logout') ?></a>)
+ <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>
+ <a href="prefs.php"><?php echo __('Preferences') ?></a>
+
+ <?php if (!SINGLE_USER_MODE) { ?>
+ | <a href="logout.php"><?php echo __('Logout') ?></a>
+ <?php } ?>
+
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"
alt="new_version_icon">
@@ -129,7 +134,7 @@ window.onload = init;
<select id="quickMenuChooser" onchange="quickMenuChange()">
<option value="qmcDefault" selected><?php echo __('Actions...') ?></option>
<option value="qmcSearch"><?php echo __('Search') ?></option>
- <option value="qmcPrefs"><?php echo __('Preferences') ?></option>
+ <!-- <option value="qmcPrefs"><?php echo __('Preferences') ?></option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
<option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>