From d75ed3eba5022e50ccaf850ae2c9028f80902d76 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Jan 2009 05:04:57 +0100 Subject: headlines toolbar: code cleanup --- functions.php | 132 ++++++++++++++++++---------------------------------------- 1 file changed, 41 insertions(+), 91 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1cdcaa644..416ab7c90 100644 --- a/functions.php +++ b/functions.php @@ -3978,115 +3978,65 @@ } - print ""; - - -/* print""; */ + print "  "; - print __('Select:')." - ".__('All').", - ".__('Unread').", - ".__('Invert').", - ".__('None').""; + print "". + __("Actions...") . "   + "; - print "  "; + print ""; + print ""; print ""; - print ""; - print ""; if ($feed_site_url) { -- cgit v1.2.3-54-g00ecf