Changeset 1647
- Timestamp:
- 05/16/06 21:42:25 (3 years ago)
- Files:
-
- alternc/trunk/bureau/admin/mail_del.php (added)
- alternc/trunk/bureau/admin/mail_dodel.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/mail_list.php (modified) (1 diff)
- alternc/trunk/bureau/class/m_hta.php (modified) (1 diff)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/mail_dodel.php
r102 r1647 34 34 } 35 35 36 include("head.php"); 37 ?> 38 39 </head> 40 <body> 41 <h3><?php __("Deleting mail accounts"); ?> : </h3> 42 43 <p> 44 <?php 36 45 reset($d); 37 46 while (list($key,$val)=each($d)) { … … 39 48 $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br />",$val); 40 49 echo $error; 50 } else { 51 $error.=sprintf(_("The mailbox <b>%s</b> has been deleted!")."<br />",$val); 52 echo $error; 41 53 } 54 list($ll,$dd)=explode("@",$val); 42 55 } 43 include("mail_list.php");44 exit();45 56 46 57 ?> 58 </p> 59 <p> 60 <a href="mail_list.php?domain=<?php echo $dd; ?>"><?php __("Back to the mail account list"); ?></a> 61 </p> 62 </body> 63 </html> alternc/trunk/bureau/admin/mail_list.php
r1005 r1647 81 81 82 82 83 <form method="post" action="mail_d odel.php" id="main">83 <form method="post" action="mail_del.php" id="main"> 84 84 85 85 <table cellspacing="0" cellpadding="4"> alternc/trunk/bureau/class/m_hta.php
r470 r1647 301 301 while (!feof($file) && !$errr) { 302 302 $s=fgets($file,1024); 303 if (substr($s,0,1 4)!="ErrorDocument " && substr($s,0,12)!="RewriteRule " && substr($s,0,14)!="RewriteEngine " && trim($s)!="") {303 if (substr($s,0,12)!="RewriteCond " && substr($s,0,14)!="ErrorDocument " && substr($s,0,12)!="RewriteRule " && substr($s,0,14)!="RewriteEngine " && trim($s)!="") { 304 304 $errr=1; 305 305 } alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po
r1640 r1647 2185 2185 msgstr "" 2186 2186 2187 msgid "The mailbox <b>%s</b> has been deleted!" 2188 msgstr "La boîte aux lettres <b>%s</b> a été effacée !" 2189 2190 msgid "Deleting mail accounts" 2191 msgstr "Effacement des comptes email" 2192 2193 msgid "Please confirm the deletion of the following mail accounts:" 2194 msgstr "Confirmez la suppression des comptes emails suivants :" 2195 2196 msgid "Don't delete accounts and go back to the mail list" 2197 msgstr "Ne rien effacer, retourner à la liste des emails" 2198 2199 msgid "Back to the mail account list" 2200 msgstr "Retour à la liste des emails" 2201 2187 2202 #~ msgid "2 months" 2188 2203 #~ msgstr "2 mois"
