Changeset 2693
- Timestamp:
- 05/08/10 18:49:59 (3 years ago)
- Location:
- alternc/trunk/bureau/admin
- Files:
-
- 2 edited
-
dom_add.php (modified) (1 diff)
-
dom_doadd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/admin/dom_add.php
r2678 r2693 72 72 <option value=""><?php __("-- Choose a domain --"); ?></option> 73 73 <?php 74 $dl=$dom->get_domain_list( );74 $dl=$dom->get_domain_list($cuid); 75 75 $ddl=array(); 76 76 foreach($dl as $d) { -
alternc/trunk/bureau/admin/dom_doadd.php
r2665 r2693 52 52 <h3><?php __("Add a domain"); ?></h3> 53 53 <p> 54 <?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /> 55 < a href="main.php" target="_top"><?php __("Click here to continue"); ?></a><br />54 <?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /><br /> 55 <span class="inb"><a href="main.php" target="_top"><?php __("Click here to continue"); ?></a></span><br /> 56 56 <?php $mem->show_help("add_domain"); ?> 57 57 <br />
Note: See TracChangeset
for help on using the changeset viewer.
