Changeset 117


Ignore:
Timestamp:
02/21/06 23:41:58 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-14 00:18:49 by root]
typo

Original author: root
Date: 2003-06-14 00:18:49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/mail_list.php

    r107 r117  
    11<?php 
    22/* 
    3  $Id: mail_list.php,v 1.6 2003/06/10 11:18:27 root Exp $ 
     3 $Id: mail_list.php,v 1.7 2003/06/14 00:18:49 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    7979        $val=$res[$i]; 
    8080        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> 
    8282        <td><label for=\"del_$i\">".$val["mail"]."</label></td> 
    8383        <td><a href=\"mail_edit.php?email=".urlencode($val["mail"])."&amp;domain=".urlencode($domain)."\">"._("Edit")."</a></td>"; 
Note: See TracChangeset for help on using the changeset viewer.