summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades/propiedades_grupos.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_grupos.php')
-rw-r--r--admin/WebConsole/propiedades/propiedades_grupos.php14
1 files changed, 6 insertions, 8 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_grupos.php b/admin/WebConsole/propiedades/propiedades_grupos.php
index 4a40470f..142f6d19 100644
--- a/admin/WebConsole/propiedades/propiedades_grupos.php
+++ b/admin/WebConsole/propiedades/propiedades_grupos.php
@@ -129,8 +129,8 @@ switch($literaltipo){
//________________________________________________________________________________________________________
?>
<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/propiedades_grupos.js"></SCRIPT>
@@ -149,19 +149,19 @@ switch($literaltipo){
<INPUT type=hidden name=iduniversidad value=<?php echo $iduniversidad?>>
<INPUT type=hidden name=idaula value=<?php echo $idaula?>>
<P align=center class=cabeceras><IMG src="<?php echo $urlimg?>">&nbsp;<?php echo $textambito?><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;</TD>
+ <TH align=center>&nbsp;<?php echo $TbMsg[5]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
- echo '<TD style="width:300">'.$nombregrupo.'</TD>';
+ echo '<TD style="width:300px">'.$nombregrupo.'</TD>';
else
- echo '<TD><INPUT class="formulariodatos" name=nombregrupo style="width:320" type=text value="'.$nombregrupo.'"></TD>';?>
+ echo '<TD><INPUT class="formulariodatos" name=nombregrupo style="width:320px" type=text value="'.$nombregrupo.'"></TD>';?>
</TR>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<TR>
- <TH align=center>&nbsp;<?php echo $TbMsg[6]?>&nbsp;</TD>
+ <TH align=center>&nbsp;<?php echo $TbMsg[6]?>&nbsp;</TH>
<?php if ($opcion==$op_eliminacion)
echo '<TD>'.$comentarios.'</TD>';
else
@@ -211,5 +211,3 @@ function TomaPropiedades($cmd,$id){
else
return(false);
}
-?>
-