git-svn-id: https://opengnsys.es/svn/trunk@461 a21b9725-9963-47de-94b9-378ad31fedc9
parent
50038e9216
commit
6e500fdb2a
|
@ -13,4 +13,6 @@ $TbMsg[4]="Gesti
|
|||
$TbMsg[5]="Nombre del Servidor";
|
||||
$TbMsg[6]="Dirección IP";
|
||||
$TbMsg[7]="Comentarios";
|
||||
$TbMsg[8]="Puerto clientes";
|
||||
$TbMsg[9]="Directorio base";
|
||||
?>
|
|
@ -82,7 +82,7 @@ if ($opcion!=$op_alta){
|
|||
</TR>
|
||||
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
||||
<TR>
|
||||
<TH align=center> Puerto de Repo </TD>
|
||||
<TH align=center> <?echo $TbMsg[8]?> </TD>
|
||||
<?
|
||||
if ($opcion==$op_eliminacion)
|
||||
echo '<TD>'.$puertorepo.'</TD>';
|
||||
|
@ -90,6 +90,16 @@ if ($opcion!=$op_alta){
|
|||
echo'<TD><INPUT class="formulariodatos" name=puertorepo type=text style="width:200" value="'.$puertorepo.'"></TD>';
|
||||
?>
|
||||
</TR>
|
||||
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
||||
<TR>
|
||||
<TH align=center> <?echo $TbMsg[9]?> </TD>
|
||||
<?
|
||||
if ($opcion==$op_eliminacion)
|
||||
echo '<TD>'.$pathrembod.'</TD>';
|
||||
else
|
||||
echo'<TD><INPUT class="formulariodatos" name=pathrembod type=text style="width:200" value="'.$pathrembod.'"></TD>';
|
||||
?>
|
||||
</TR>
|
||||
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
||||
<TR>
|
||||
<TH align=center> <?echo $TbMsg[7]?> </TD>
|
||||
|
|
Loading…
Reference in New Issue