mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:05:58 +00:00
hide collapse sidebar button by default
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
|
|
||||||
<button dojoType="dijit.form.Button" id="collapse_feeds_btn"
|
<button dojoType="dijit.form.Button" id="collapse_feeds_btn"
|
||||||
onclick="collapse_feedlist()"
|
onclick="collapse_feedlist()"
|
||||||
title="<?php echo __('Collapse feedlist') ?>" style="display : inline">
|
title="<?php echo __('Collapse feedlist') ?>" style="display : none">
|
||||||
<<</button>
|
<<</button>
|
||||||
|
|
||||||
<select name="view_mode" title="<?php echo __('Show articles') ?>"
|
<select name="view_mode" title="<?php echo __('Show articles') ?>"
|
||||||
|
|||||||
Reference in New Issue
Block a user