]> git.datanom.net - qtadmin.git/blobdiff - index.php
Add feature to block sender in iRedAPD
[qtadmin.git] / index.php
index 84f678232eb4455f0f13286a72d27e005f3b1561..54b82d8f592093f7a157226c141927ce23df1ff2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -56,6 +56,8 @@
             $action .= "<img class=\"nav-img\" src=\"pics/release.png\" alt=\"Release\" /></a>";
             $action .= "&nbsp;<a title=\"Delete Mail\" href=\"quarantine.php?id=$url&amp;op=delete\">";
             $action .= "<img class=\"nav-img\" src=\"pics/delete.png\" alt=\"Delete\" /></a>";
+            $action .= "&nbsp;<a title=\"Block Sender\" href=\"block.php?id=$url\">";
+            $action .= "<img class=\"nav-img\" src=\"pics/spam.png\" alt=\"Block Sender\" /></a>";
             $sender = $row->sender;
             $received = strftime("%c", $row->time_iso);
             $quaratinefor = $util->convertContent($row->quaratinefor);
This page took 0.029658 seconds and 5 git commands to generate.