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:
@@ -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"> </div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user