edit.php
changeset 5 ebf8868e99f5
parent 3 64525a2eb098
child 13 2ff220cfde13
equal deleted inserted replaced
4:55ed92aa7cf5 5:ebf8868e99f5
   124 {
   124 {
   125     $domain_type=get_domain_type($_GET['id']);
   125     $domain_type=get_domain_type($_GET['id']);
   126     // Let the user change the domain type.
   126     // Let the user change the domain type.
   127 ?>
   127 ?>
   128         <TR>
   128         <TR>
   129             <TD CLASS="text">&nbsp;</TD>
   129             <TD CLASS="text" COLSPAN="2">&nbsp;</TD>
   130         </TR>
   130         </TR>
   131 		<TR>
   131 		<TR>
   132 			<TD CLASS="text" COLSPAN="2"><B><? echo _('Type of this domain'); ?>: </B><?=$domain_type?></TD>
   132 			<TD CLASS="text" COLSPAN="2"><B><? echo _('Type of this domain'); ?>: </B><?=$domain_type?></TD>
   133 		</TR>
   133 		</TR>
   134 		<FORM ACTION="<?=$_SERVER['PHP_SELF']?>?&amp;id=<?=$_GET['id']?>" METHOD="post">
   134 		<FORM ACTION="<?=$_SERVER['PHP_SELF']?>?&amp;id=<?=$_GET['id']?>" METHOD="post">