summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-19 17:00:02 +0100
committerAndrew Dolgov <[email protected]>2008-02-19 17:00:02 +0100
commit24c1e1c1444a963fae480615d4e44ed5cd2af588 (patch)
tree00ec8f71fed032c6d7af0a6d3e9f8a491dda303a /tt-rss.php
parent54eb7d20ddde709425e2370caff80c87e1db33ee (diff)
initial hidden feedlist work (refs #194)
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:') ?>