Index: trunk/www/flare_alerts/sent.php
===================================================================
--- trunk/www/flare_alerts/sent.php	(revision 19642)
+++ trunk/www/flare_alerts/sent.php	(revision 19643)
@@ -127,5 +127,15 @@
 
     $result = $db->query($query)->fetchAll(PDO::FETCH_ASSOC);
-    echo "<h2>Found ".sizeOf($result)." Alert(s) from ".$start." to ".$stop.": </h2>";
+    echo "<h2>Found ".sizeOf($result)." Alert(s) from ".$start." to ".$stop." (";
+    if ($source == -1)
+        echo "all sources";
+    else
+        echo "source key ".$source;
+    echo ", ";
+    if ($type == -1)
+        echo "all recepients";
+    else
+        echo "recepient key ".$type;
+    echo "): </h2>";
     // table with alerts 
     echo "<table border='1' style='border-collapse:collapse'>\n";
