summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index fd3c88d4e..de08e7a9c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>