Changeset 2039


Ignore:
Timestamp:
11/09/07 22:38:49 (6 years ago)
Author:
anarcat
Message:

warn the user the mailbox will be deleted with POP is turned off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/mail_edit.php

    r798 r2039  
    5656<input type="hidden" name="domain" value="<?php echo $domain; ?>" /> 
    5757<?php printf(_("Edit the mailbox %s"),$email); ?></th></tr> 
    58         <tr><td><label for="ispop"><?php __("Is it a POP account?"); ?></label></td><td><input id="ispop" type="checkbox" class="inc" name="pop" value="1" <?php if ($pop=="1") echo "checked=\"checked\""; ?> /></td></tr> 
     58        <tr><td><label for="ispop"><?php __("Is it a POP account?"); ?></label></td><td><input id="ispop" type="checkbox" class="inc" name="pop" value="1" <?php if ($pop=="1") echo "checked=\"checked\""; ?> /><?php if ($pop) { __("WARNING: turning POP off will DELETE the mailbox and its content"); }?></td></tr> 
    5959        <tr><td><label for="pass"><?php __("POP password"); ?></label></td><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="32" /></td></tr> 
    6060        <tr><td><label for="passconf"><?php __("Confirm password"); ?></label></td><td><input type="password" class="int" name="passconf" id="passconf" value="<?php echo $pass; ?>" size="20" maxlength="32" /></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.