From 1bb9a2ac796d3107b4679c809b6c754778e985fc Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 26 Feb 2014 02:20:57 +0000 Subject: [PATCH] Unstack list control icons. --- app/content/rsslist.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/content/rsslist.php b/app/content/rsslist.php index 3a59e5314e..75f2b2afa4 100644 --- a/app/content/rsslist.php +++ b/app/content/rsslist.php @@ -120,10 +120,10 @@ $order = $_GET["order"]; echo th_order_by('rss_group', $text['label-group'], $order_by, $order); echo th_order_by('rss_order', $text['label-order'], $order_by, $order); if ($result_count == 0) { //no results - echo "\n"; + echo "\n"; } else { - echo "\n"; + echo "\n"; } echo " $v_link_label_add\n"; echo "\n"; @@ -136,7 +136,7 @@ $order = $_GET["order"]; //echo "".$row[rss_uuid].""; //echo "".$row[rss_category].""; - echo " ".$row[rss_title]." "; + echo " ".$row[rss_title]." "; echo " ".$row[rss_link]." "; //echo "".$row[rss_sub_category]." "; if (strlen($row[rss_group]) > 0) { @@ -169,10 +169,10 @@ $order = $_GET["order"]; //echo " "; //echo ""; - echo " \n"; - echo " $v_link_label_edit\n"; - echo " $v_link_label_delete\n"; - echo " \n"; + echo " "; + echo "$v_link_label_edit"; + echo "$v_link_label_delete"; + echo "\n"; //echo ""; //echo " "; @@ -193,7 +193,7 @@ $order = $_GET["order"]; echo " \n"; echo "  \n"; echo " $paging_controls\n"; - echo " \n"; + echo " \n"; echo " $v_link_label_add\n"; echo " \n"; echo " \n";