modif traduction repertoire et non dossier
This commit is contained in:
parent
35d627a5d3
commit
4c1703da20
|
@ -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">
|
<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>
|
<option value=""><?php __("-- Choose a domain --"); ?></option>
|
||||||
<?php
|
<?php
|
||||||
$dl=$dom->get_domain_list();
|
$dl=$dom->get_domain_list($cuid);
|
||||||
$ddl=array();
|
$ddl=array();
|
||||||
foreach($dl as $d) {
|
foreach($dl as $d) {
|
||||||
$ddl[$d]=$d;
|
$ddl[$d]=$d;
|
||||||
|
|
|
@ -51,8 +51,8 @@ $dom->unlock();
|
||||||
?>
|
?>
|
||||||
<h3><?php __("Add a domain"); ?></h3>
|
<h3><?php __("Add a domain"); ?></h3>
|
||||||
<p>
|
<p>
|
||||||
<?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br />
|
<?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /><br />
|
||||||
<a href="main.php" target="_top"><?php __("Click here to continue"); ?></a><br />
|
<span class="inb"><a href="main.php" target="_top"><?php __("Click here to continue"); ?></a></span><br />
|
||||||
<?php $mem->show_help("add_domain"); ?>
|
<?php $mem->show_help("add_domain"); ?>
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue