1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:55:55 +00:00

add catchup button to main toolbar

This commit is contained in:
Andrew Dolgov
2010-01-04 11:40:19 +03:00
parent 451b19c058
commit 938052bac8
2 changed files with 13 additions and 13 deletions

View File

@@ -244,7 +244,6 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
<?php echo __('Limit:') ?>
<?php
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => __("All"));
@@ -263,7 +262,7 @@
print_select_hash("limit", $def_art_limit, $limits,
'onchange="viewLimitChanged()"');
?>
&nbsp;
@@ -272,6 +271,10 @@
onclick="return viewCurrentFeed('ForceUpdate')"
value="<?php echo __('Update') ?>"/>
<input class="button" type="submit" name="update"
onclick="return catchupCurrentFeed()"
value="<?php echo __('Mark as read') ?>"/>
</form>
</div>