1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

use popup feedbrowser for main UI (incomplete)

This commit is contained in:
Andrew Dolgov
2009-01-23 19:54:57 +01:00
parent 273d1e293e
commit b56465dd56
4 changed files with 101 additions and 54 deletions

View File

@@ -140,7 +140,7 @@ window.onload = init;
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<?php if (!SINGLE_USER_MODE) { ?>
<br/>
<a id="feedBrowserPrompt" href="prefs.php?tab=feedBrowser"
<a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
title="<?php echo __('More feeds...') ?>">+</a>
<?php } ?>
</div>