git-svn-id: https://opengnsys.es/svn/trunk@461 a21b9725-9963-47de-94b9-378ad31fedc9

remotes/github/debian-pkg
alonso 2009-10-30 11:34:33 +00:00
parent 50038e9216
commit 6e500fdb2a
2 changed files with 13 additions and 1 deletions

View File

@ -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";
?>

View File

@ -82,7 +82,7 @@ if ($opcion!=$op_alta){
</TR>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
<TH align=center>&nbsp;Puerto de Repo&nbsp;</TD>
<TH align=center>&nbsp;<?echo $TbMsg[8]?>&nbsp;</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>&nbsp;<?echo $TbMsg[9]?>&nbsp;</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>&nbsp;<?echo $TbMsg[7]?>&nbsp;</TD>