]> git.datanom.net - qtadmin.git/commitdiff
Add feature to block sender in iRedAPD
authorMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 16:12:55 +0000 (18:12 +0200)
committerMichael Rasmussen <mir@datanom.net>
Tue, 23 Jun 2015 16:12:55 +0000 (18:12 +0200)
index.php
pics/spam.png [new file with mode: 0644]

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);
diff --git a/pics/spam.png b/pics/spam.png
new file mode 100644 (file)
index 0000000..1d9cd42
Binary files /dev/null and b/pics/spam.png differ
This page took 0.04148 seconds and 5 git commands to generate.