]> git.datanom.net - qtadmin.git/blobdiff - index.php
add multicheck
[qtadmin.git] / index.php
index 1dc0606ee3fcd1d34a3dc609b579ef757118b472..396e1190a6d391335a645c5fd632d529202c6d26 100644 (file)
--- a/index.php
+++ b/index.php
@@ -33,7 +33,9 @@
         echo "<span class=\"total-rows\">$numrows quarantined mail(s)</span>";
         echo "<table><tr>";
         echo "<table><tr><th>Received</th><th>Cause</th>";
-        echo "<th>Sender</th><th>Recipient</th><th>Subject</th><th>Action</th><th></th>";
+        echo "<th>Sender</th><th>Recipient</th><th>Subject</th><th>Action</th>"
+        echo "<th><input name=\"multiselect\" type=\"checkbox\"
+              onchange=\"javascript: updateAction(this)\" /></th>";
         echo "</tr>";
 
         $mailInfo = array();
This page took 0.027468 seconds and 5 git commands to generate.