Changeset 1647

Show
Ignore:
Timestamp:
05/16/06 21:42:25 (3 years ago)
Author:
benjamin
Message:

confirmation de la suppression des comptes pop, Closes #672

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/mail_dodel.php

    r102 r1647  
    3434} 
    3535 
     36include("head.php"); 
     37?> 
     38 
     39</head> 
     40<body> 
     41<h3><?php __("Deleting mail accounts"); ?> : </h3> 
     42 
     43<p> 
     44<?php 
    3645reset($d); 
    3746while (list($key,$val)=each($d)) { 
     
    3948                $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br />",$val);  
    4049                echo $error; 
     50        } else { 
     51                $error.=sprintf(_("The mailbox <b>%s</b> has been deleted!")."<br />",$val);  
     52                echo $error;             
    4153        } 
     54list($ll,$dd)=explode("@",$val); 
    4255} 
    43 include("mail_list.php"); 
    44 exit(); 
    4556 
    4657?> 
     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  
    8181 
    8282 
    83 <form method="post" action="mail_dodel.php" id="main"> 
     83<form method="post" action="mail_del.php" id="main"> 
    8484 
    8585<table cellspacing="0" cellpadding="4"> 
  • alternc/trunk/bureau/class/m_hta.php

    r470 r1647  
    301301    while (!feof($file) && !$errr) { 
    302302      $s=fgets($file,1024); 
    303       if (substr($s,0,14)!="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)!="") { 
    304304        $errr=1; 
    305305      } 
  • alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po

    r1640 r1647  
    21852185msgstr "" 
    21862186 
     2187msgid "The mailbox <b>%s</b> has been deleted!" 
     2188msgstr "La boîte aux lettres <b>%s</b> a été effacée&nbsp;!" 
     2189 
     2190msgid "Deleting mail accounts" 
     2191msgstr "Effacement des comptes email" 
     2192 
     2193msgid "Please confirm the deletion of the following mail accounts:" 
     2194msgstr "Confirmez la suppression des comptes emails suivants&nbsp;:" 
     2195 
     2196msgid "Don't delete accounts and go back to the mail list" 
     2197msgstr "Ne rien effacer, retourner à la liste des emails" 
     2198 
     2199msgid "Back to the mail account list" 
     2200msgstr "Retour à la liste des emails" 
     2201 
    21872202#~ msgid "2 months" 
    21882203#~ msgstr "2 mois"