summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index c3c8957e1..0cb86c365 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -158,6 +158,9 @@ window.onload = init;
<form id="main_toolbar_form" onsubmit='return false'>
+ <input type="submit" value="<?php echo __("Toggle Feedlist") ?>" id="toggle_feeds_btn"
+ onclick="toggle_feedlist()" style="display : none">
+
<?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
<?php echo __('Search:') ?>