summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-04 11:40:19 +0300
committerAndrew Dolgov <[email protected]>2010-01-04 11:40:19 +0300
commit938052bac8c59922706cc026ddb9644dc59b2646 (patch)
tree108c6042a4e81fc894075b08a2f24b367cb0daec /tt-rss.php
parent451b19c0585edf662da7c01b9caf16f215887499 (diff)
add catchup button to main toolbar
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>