modif traduction repertoire et non dossier

This commit is contained in:
Chantal Bernard-Putz 2010-05-08 16:49:59 +00:00
parent 35d627a5d3
commit 4c1703da20
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ if ($q["u"]>0) {
<input type="radio" id="newisslave1" name="newisslave" value="1"<?php cbox($newisslave==1); ?>/><label for="newisslave1"><?php __("Yes, redirect this new domain to this one:"); ?> </label> <select name="slavedom" id="slavedom" class="inl">
<option value=""><?php __("-- Choose a domain --"); ?></option>
<?php
$dl=$dom->get_domain_list();
$dl=$dom->get_domain_list($cuid);
$ddl=array();
foreach($dl as $d) {
$ddl[$d]=$d;

View File

@ -51,8 +51,8 @@ $dom->unlock();
?>
<h3><?php __("Add a domain"); ?></h3>
<p>
<?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br />
<a href="main.php" target="_top"><?php __("Click here to continue"); ?></a><br />
<?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /><br />
<span class="inb"><a href="main.php" target="_top"><?php __("Click here to continue"); ?></a></span><br />
<?php $mem->show_help("add_domain"); ?>
<br />
<?php