Changeset 2909
- Timestamp:
- 03/27/11 19:50:37 (2 years ago)
- Location:
- alternc/trunk/bureau/admin
- Files:
-
- 4 edited
-
mail_add.php (modified) (2 diffs)
-
mail_doadd.php (modified) (1 diff)
-
mail_doedit.php (modified) (1 diff)
-
mail_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/mail_add.php
r2890 r2909 75 75 76 76 <tr><td><label for="alias"><?php __("Redirections<br />Other recipients:"); ?></label></td><td>(<?php __("one email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias" id="alias"><?php echo $alias; echo ((empty($alias) && !empty($dst_mail))?"":"\n").$dst_mail; ?></textarea></td></tr> 77 78 <!-- 77 79 <tr><td> 78 80 <?php echo __("Is it a temporary mail account?"); ?><br/> … … 80 82 <?php include_once("trash_dateselect.php"); ?> 81 83 </td></tr> 84 --> 82 85 <tr class="trbtn"><td colspan="2"> 83 86 <input type="hidden" name="many" value="<?php echo intval($many); ?>" /> -
alternc/trunk/bureau/admin/mail_doadd.php
r2905 r2909 41 41 getFields($fields); 42 42 43 44 43 if ($pass != $passconf) { 45 44 $error = _("Passwords do not match"); -
alternc/trunk/bureau/admin/mail_doedit.php
r2791 r2909 34 34 $trash->getfromform(); 35 35 36 37 $fields = array ( 38 "domain" => array ("request", "string", ""), 39 "email" => array ("request", "string", ""), 40 "pop" => array ("request", "integer", 0), 41 "pass" => array ("request", "string", ""), 42 "passconf" => array ("request", "string", ""), 43 "alias" => array ("request", "string", ""), 44 ); 45 getFields($fields); 46 47 36 48 if ($pass != $passconf) { 37 49 $error = _("Passwords do not match"); -
alternc/trunk/bureau/admin/mail_edit.php
r2890 r2909 87 87 88 88 <tr><td><label for="alias"><?php __("Redirections<br />Other recipients:"); ?></label></td><td>(<?php __("one email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias" id="alias"><?php echo $alias; ?></textarea></td></tr> 89 <!-- 89 90 <tr><td> 90 91 <?php echo __("Is it a temporary mail account?"); ?><br/> … … 92 93 <?php include_once("trash_dateselect.php"); ?> 93 94 </td></tr> 94 95 --> 95 96 <tr class="trbtn"><td colspan="2"> 96 97 <input type="submit" class="inb" name="submit" value="<?php __("Change this email address"); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.
