]> git.wh0rd.org - tt-rss.git/commitdiff
tweak prefs topmost linkbar
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Nov 2007 06:00:09 +0000 (07:00 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Nov 2007 06:00:09 +0000 (07:00 +0100)
prefs.php

index b93545c1f4087a5dc6b56381c2049a0a0068ab79..4d76e27422e6632804ec3d118ebc27e9e021d79f 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -86,19 +86,22 @@ window.onload = init;
 </div></div>
 
 <div id="prefHeader">
-       <?php if (!SINGLE_USER_MODE) { ?>
-               <div class="topLinks">
+       <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>
-               </div>
-       <?php } ?>
+               <?php } ?>
+               <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
+               <?php if (!SINGLE_USER_MODE) { ?>
+                       | <a href="logout.php"><?php echo __('Logout') ?></a>
+               <?php } ?>
+       </div>
        <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>   
 </div>
 
 <div id="prefTabs">
-               <div class="return">
+               <!-- <div class="return">
                        <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
-               </div>
+               </div> -->
 
                <div class="firstTab">&nbsp;</div>