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:')."";
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=""/>
+
+