Par defaut, on a OUI dans 'gere-t-on vos mails', par ailleurs, un message prévient de la destruction des emails. Closes #1194
This commit is contained in:
parent
ff10656f84
commit
719097e088
|
@ -101,7 +101,7 @@ if ($error) {
|
|||
<?php if (variable_get('hosting_tld') || $dom->enum_domains()) { ?>
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
<input type="checkbox" name="create_dom" value="1" class="inc" id="create_dom" />
|
||||
<input type="checkbox" name="create_dom" value="1" class="inc" id="create_dom" <?php cbox($create_dom==1); ?>/>
|
||||
<label for="create_dom"><?php printf(_("Install the domain"),""); ?></label>
|
||||
<span class="int" id="create_dom_list_pfx">login.</span><select name="create_dom_list" class="int" id="create_dom_list">
|
||||
<?php if (variable_get('hosting_tld')) { ?>
|
||||
|
|
|
@ -171,10 +171,15 @@ if (!$r[noerase]) {
|
|||
<td width="35%" valign="top">
|
||||
<p>
|
||||
<?php __("help_dns_mail"); ?></p>
|
||||
<p>
|
||||
<input type="radio" id="emailon" class="inc" name="email" id="emailon" value="1"<?php cbox($r["mail"]); ?> <?php if ($r["dns"]) echo "disabled=\"disabled\""; ?>/><label for="emailon"><?php __("Yes"); ?></label>
|
||||
<br />
|
||||
<input type="radio" id="emailoff" class="inc" name="email" id="emailoff" value="0"<?php cbox(!$r["mail"]); ?> <?php if ($r["dns"]) echo "disabled=\"disabled\""; ?>/><label for="emailoff"><?php __("No"); ?></label>
|
||||
</p>
|
||||
<p> <?php __("Warning: If you set this to 'no', all your email accounts and aliases on this domain will be immediately deleted."); ?>
|
||||
</p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr class="trbtn"><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Submit the changes"); ?>" /></td></tr>
|
||||
</table>
|
||||
|
|
|
@ -2962,3 +2962,6 @@ msgstr "Mo"
|
|||
|
||||
msgid "Please check the accounts you want to delete"
|
||||
msgstr "Veuillez cocher les comptes que vous souhaitez effacer"
|
||||
|
||||
msgid "Warning: If you set this to 'no', all your email accounts and aliases on this domain will be immediately deleted."
|
||||
msgstr "Attention: Si vous mettez 'non' ici, toutes les adresses emails de ce domaine et les messages qu'elles contiennent seront immédiatement détruits."
|
||||
|
|
Loading…
Reference in New Issue