diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-02-05 16:00:57 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-02-05 16:00:57 +0100 |
commit | e32794a35463c64d133eec3a879d9e1ee2de3a06 (patch) | |
tree | 4566b38fa3dd68b8d2d0f05d13ea42c2a85d23b8 /admin/WebConsole/comandos/InventarioSoftware.php | |
parent | a7406f2d0506a289ac28dd7ec92401ba27698c5b (diff) |
#834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and trailing spaces.
Diffstat (limited to 'admin/WebConsole/comandos/InventarioSoftware.php')
-rw-r--r-- | admin/WebConsole/comandos/InventarioSoftware.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/WebConsole/comandos/InventarioSoftware.php b/admin/WebConsole/comandos/InventarioSoftware.php index 86d26376..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,9 +64,8 @@ switch($ambito){ echo '<IMG src="'.$urlimg.'"> <span align=center class=subcabeceras><U>'.$TbMsg[6].': '.$textambito.','.$nombreambito.'</U></span> </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> |