mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 15:31:28 +00:00
remove some nbsps from main toolbar
This commit is contained in:
@@ -156,7 +156,7 @@ window.onload = init;
|
|||||||
<input name="query"
|
<input name="query"
|
||||||
onKeyPress="return filterCR(event, viewCurrentFeed)"
|
onKeyPress="return filterCR(event, viewCurrentFeed)"
|
||||||
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
|
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
|
||||||
|
|
||||||
<?php echo _('View:') ?>
|
<?php echo _('View:') ?>
|
||||||
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
|
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
|
||||||
<option selected value="adaptive"><?php echo _('Adaptive') ?></option>
|
<option selected value="adaptive"><?php echo _('Adaptive') ?></option>
|
||||||
@@ -165,7 +165,6 @@ window.onload = init;
|
|||||||
<option value="unread"><?php echo _('Unread') ?></option>
|
<option value="unread"><?php echo _('Unread') ?></option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
<?php echo _('Limit:') ?>
|
<?php echo _('Limit:') ?>
|
||||||
<?php
|
<?php
|
||||||
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
|
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
|
||||||
|
|||||||
Reference in New Issue
Block a user