1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

remove some nbsps from main toolbar

This commit is contained in:
Andrew Dolgov 2007-01-10 07:16:02 +01:00
parent 92f3bcaecc
commit 8551c73ae6

View File

@ -156,7 +156,7 @@ window.onload = init;
<input name="query"
onKeyPress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
&nbsp;
<?php echo _('View:') ?>
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
<option selected value="adaptive"><?php echo _('Adaptive') ?></option>
@ -165,7 +165,6 @@ window.onload = init;
<option value="unread"><?php echo _('Unread') ?></option>
</select>
&nbsp;
<?php echo _('Limit:') ?>
<?php
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");