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:
@@ -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="<<"
|
||||
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')) { ?>
|
||||
|
||||
Reference in New Issue
Block a user