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

make feedlist collapsable

This commit is contained in:
Andrew Dolgov
2008-02-20 06:27:16 +01:00
parent b16754c3a4
commit 8389b15082
3 changed files with 59 additions and 1 deletions

View File

@@ -158,7 +158,12 @@ window.onload = init;
<form id="main_toolbar_form" onsubmit='return false'>
<input type="submit" value="<?php echo __("Toggle Feedlist") ?>" id="toggle_feeds_btn"
<input type="submit" value="&lt;&lt;"
id="collapse_feeds_btn" onclick="collapse_feedlist()"
title="<?php echo __('Collapse feedlist') ?>" style="display : none">
<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')) { ?>