1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 20:41:28 +00:00

move feed browser to subscribe to feed dialog

This commit is contained in:
Andrew Dolgov
2010-01-11 16:42:11 +03:00
parent 84d7198a10
commit 698776460d
4 changed files with 17 additions and 10 deletions

View File

@@ -167,11 +167,6 @@
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
<?php if (!SINGLE_USER_MODE && ENABLE_FEED_BROWSER) { ?>
<br/>
<a id="feedBrowserPrompt" onclick="return browseFeeds()" href="#"
title="<?php echo __('More feeds...') ?>">+</a>
<?php } ?>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>