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 --- functions.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 3d71566c6..d7ebef3fc 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:')."
  • "; -- cgit v1.2.3