From 938052bac8c59922706cc026ddb9644dc59b2646 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 4 Jan 2010 11:40:19 +0300 Subject: add catchup button to main toolbar --- tt-rss.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tt-rss.php') 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 @@ - 15, 30 => 30, 60 => 60, 0 => __("All")); @@ -263,7 +262,7 @@ print_select_hash("limit", $def_art_limit, $limits, 'onchange="viewLimitChanged()"'); - + ?>   @@ -272,6 +271,10 @@ onclick="return viewCurrentFeed('ForceUpdate')" value=""/> + + -- cgit v1.2.3-54-g00ecf