From: Andrew Dolgov Date: Mon, 4 Jan 2010 08:40:19 +0000 (+0300) Subject: add catchup button to main toolbar X-Git-Tag: 1.4.0~108 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=938052bac8c59922706cc026ddb9644dc59b2646;p=tt-rss.git add catchup button to main toolbar --- diff --git a/functions.php b/functions.php index 3d71566c..d7ebef3f 100644 --- a/functions.php +++ b/functions.php @@ -4115,23 +4115,20 @@
  •   ".__('Unread')."
  •   ".__('Starred')."
  •   ".__('Published')."
  • - -
  • ".__('Mark as read:')."
  • -
  •   ".__('Selection')."
  • "; +
  • ".__('Selection:')."
  • +
  •   ".__('Mark as read')."
  • "; - print "
  •   ".__('Entire feed'). - "
  • "; +// print "
  •   ".__('Entire feed'). +// "
  • "; if ($feed_id != "0") { - print "
  • ".__('Selection:')."
  • -
  •   ".__('Archive')."
  • -
  •   ".__('Delete')."
  • "; + print "
  •   ".__('Archive')."
  • "; } else { - print "
  • ".__('Selection:')."
  • -
  •   ".__('Move back')."
  • -
  •   ".__('Delete')."
  • "; + print "
  •   ".__('Move back')."
  • "; } + print "
  •   ".__('Delete')."
  • "; + //print "
  • --------
  • "; print "
  • ".__('Assign label:')."
  • "; diff --git a/tt-rss.php b/tt-rss.php index fd3c88d4..de08e7a9 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=""/> + +