]> git.wh0rd.org - tt-rss.git/commitdiff
add feed browser prompt to main UI
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 15:34:38 +0000 (16:34 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 15:34:38 +0000 (16:34 +0100)
tt-rss.php

index 43d6114965da127ce12abbef6b82d15634687bc0..73c456de04cf3ddeea296c20c2ea3a3c9c57db7e 100644 (file)
@@ -136,6 +136,9 @@ window.onload = init;
        <div id="dispSwitch"> 
                <a id="dispSwitchPrompt" 
                        href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
+               <br/>
+               <a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser" 
+                       title="<?php echo __('More feeds...') ?>">+</a>
        </div>
        <div id="feeds-frame">&nbsp;</div>
 </div>