Changeset 117
- Timestamp:
- 02/21/06 23:41:58 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/mail_list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/mail_list.php
r107 r117 1 1 <?php 2 2 /* 3 $Id: mail_list.php,v 1. 6 2003/06/10 11:18:27root Exp $3 $Id: mail_list.php,v 1.7 2003/06/14 00:18:49 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 79 79 $val=$res[$i]; 80 80 echo "<tr class=\"lst$col\">"; 81 echo "<td align=\"center\"><input class=\"inc\" type=\"checkbox\" id= "del_$i" name=\"d[]\" value=\"".$val["mail"]."\" /></td>81 echo "<td align=\"center\"><input class=\"inc\" type=\"checkbox\" id=\"del_$i\" name=\"d[]\" value=\"".$val["mail"]."\" /></td> 82 82 <td><label for=\"del_$i\">".$val["mail"]."</label></td> 83 83 <td><a href=\"mail_edit.php?email=".urlencode($val["mail"])."&domain=".urlencode($domain)."\">"._("Edit")."</a></td>";
Note: See TracChangeset
for help on using the changeset viewer.
