summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/InventarioSoftware.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/comandos/InventarioSoftware.php')
-rw-r--r--admin/WebConsole/comandos/InventarioSoftware.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/admin/WebConsole/comandos/InventarioSoftware.php b/admin/WebConsole/comandos/InventarioSoftware.php
index b8756ec9..e0d98da4 100644
--- a/admin/WebConsole/comandos/InventarioSoftware.php
+++ b/admin/WebConsole/comandos/InventarioSoftware.php
@@ -26,8 +26,8 @@ if (!$cmd)
//________________________________________________________________________________________________________
?>
<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/InventarioSoftware.js"></SCRIPT>
@@ -64,12 +64,11 @@ switch($ambito){
echo '<IMG src="'.$urlimg.'">&nbsp;&nbsp;<span align=center class=subcabeceras><U>'.$TbMsg[6].': '.$textambito.','.$nombreambito.'</U></span>&nbsp;&nbsp;</span></p>';
?>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
- <P align=center>
- <SPAN align=center class=subcabeceras><?php echo $TbMsg[7] ?></SPAN>
- </p>
+ <P align=center><SPAN class=subcabeceras><?php echo $TbMsg[7] ?></SPAN></p>
+
<?php echo tablaConfiguracionesInventarioSoftware($cmd,$idambito); ?>
- </BR>
+ <BR>
<?php
//________________________________________________________________________________________________________
include_once("./includes/formularioacciones.php");