Index: trunk/www/flare_alerts/sent.php
===================================================================
--- trunk/www/flare_alerts/sent.php	(revision 19641)
+++ trunk/www/flare_alerts/sent.php	(revision 19642)
@@ -111,5 +111,4 @@
 
 
-    echo "<h2>Alert(s) from ".$start." to ".$stop.": </h2>";
     if($_SERVER["HTTPS"] != "on")
     {
@@ -118,9 +117,4 @@
     }
 
-    // table with alert from table FlareAlerts.FlareTriggers
-    echo "<table border='1' style='border-collapse:collapse'>\n";
-    $first_row = 0;
-    $colnames = "";
-
 
     $query="SELECT fSourceName AS 'Source', fSentTime AS 'Sent', CONCAT(fRecepient, ' [', fRecepientKey, ']') AS 'To [key]', fComment AS 'Comment' ";
@@ -133,4 +127,9 @@
 
     $result = $db->query($query)->fetchAll(PDO::FETCH_ASSOC);
+    echo "<h2>Found ".sizeOf($result)." Alert(s) from ".$start." to ".$stop.": </h2>";
+    // table with alerts 
+    echo "<table border='1' style='border-collapse:collapse'>\n";
+    $first_row = 0;
+    $colnames = "";
     foreach($result as $row) 
     {
