summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades/propiedades_reservas.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_reservas.php')
-rw-r--r--admin/WebConsole/propiedades/propiedades_reservas.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_reservas.php b/admin/WebConsole/propiedades/propiedades_reservas.php
index 1cf4f79c..3c49cdde 100644
--- a/admin/WebConsole/propiedades/propiedades_reservas.php
+++ b/admin/WebConsole/propiedades/propiedades_reservas.php
@@ -49,8 +49,8 @@ if ($opcion!=$op_alta){
//________________________________________________________________________________________________________
?>
<HTML>
-<TITLE>Administración web de aulas</TITLE>
<HEAD>
+ <TITLE>Administración web de aulas</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<LINK rel="stylesheet" type="text/css" href="../estilos.css">
<SCRIPT language="javascript" src="../jscripts/opciones.js"></SCRIPT>
@@ -66,13 +66,13 @@ if ($opcion!=$op_alta){
<INPUT type=hidden name=grupoid value=<?php echo $grupoid?>>
<INPUT type=hidden name=estado value=<?php echo $estado?>>
<P align=center class=cabeceras><?php echo $TbMsg[4]?><BR>
- <SPAN align=center class=subcabeceras><?php echo $opciones[$opcion]?></SPAN></P>
+ <SPAN class=subcabeceras><?php echo $opciones[$opcion]?></SPAN></P>
<TABLE align=center border=0 cellPadding=1 cellSpacing=1 class=tabla_datos>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
<TH align=center>&nbsp;<?php echo $TbMsg[5]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
- echo '<TD style="width:300">'.$descripcion.'</TD>';
+ echo '<TD style="width:300px">'.$descripcion.'</TD>';
else
echo '<TD><TEXTAREA class="formulariodatos" name=descripcion rows=3 cols=55">'.$descripcion.'</TEXTAREA></TD>';?>
</TR>
@@ -80,18 +80,18 @@ if ($opcion!=$op_alta){
<TR>
<TH align=center>&nbsp;<?php echo $TbMsg[6]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
- echo '<TD style="width:300">'.$solicitante.'</TD>';
+ echo '<TD style="width:300px">'.$solicitante.'</TD>';
else
- echo '<TD><INPUT class="formulariodatos" name=solicitante style="width:300" type=text value="'.$solicitante.'"></TD>';
+ echo '<TD><INPUT class="formulariodatos" name=solicitante style="width:300px" type=text value="'.$solicitante.'"></TD>';
?>
</TR>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
<TH align=center>&nbsp;<?php echo $TbMsg[8]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
- echo '<TD style="width:300">'.$email.'</TD>';
+ echo '<TD style="width:300px">'.$email.'</TD>';
else
- echo '<TD><INPUT class="formulariodatos" name=email style="width:300" type=text value="'.$email.'"></TD>';
+ echo '<TD><INPUT class="formulariodatos" name=email style="width:300px" type=text value="'.$email.'"></TD>';
?>
</TR>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
@@ -153,7 +153,7 @@ if ($opcion!=$op_alta){
<TR>
<TH align=center>&nbsp;<?php echo $TbMsg[16]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
- echo '<TD style="width:300"><IMG src="'.$tbimg[$estado].'">&nbsp;&nbsp;('.$TbMsg[12+$estado].')</TD>';
+ echo '<TD style="width:300px"><IMG src="'.$tbimg[$estado].'">&nbsp;&nbsp;('.$TbMsg[12+$estado].')</TD>';
else{
echo '<TD>';
echo '<INPUT name=xestado type=radio value="'.$RESERVA_CONFIRMADA.'"';
@@ -174,7 +174,7 @@ if ($opcion!=$op_alta){
</TR>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
- <TH align=center>&nbsp;<?php echo $TbMsg[7]?>&nbsp;</TD>
+ <TH align=center>&nbsp;<?php echo $TbMsg[7]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
echo '<TD>'.$comentarios.'</TD>';
else
@@ -184,6 +184,7 @@ if ($opcion!=$op_alta){
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
</TABLE>
</FORM>
+</DIV>
<?php
//________________________________________________________________________________________________________
include_once("../includes/opcionesbotonesop.php");
@@ -232,4 +233,3 @@ function TomaPropiedades($cmd,$id){
else
return(false);
}
-?>