diff options
author | ramon <ramongomez@us.es> | 2018-03-01 12:44:46 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-03-01 12:44:46 +0000 |
commit | e7bfe29833f02de1bade286524cff5d6cd325b39 (patch) | |
tree | 2815d7764313e9287ecb92f80c028601e19ed6c2 /admin/WebConsole/principal | |
parent | 3806a31af653699dffd7026331a5a864178bc047 (diff) |
#834: Corregir errata en revisiĆ³n r5630.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5631 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal')
-rw-r--r-- | admin/WebConsole/principal/colasacciones.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/admin/WebConsole/principal/colasacciones.php b/admin/WebConsole/principal/colasacciones.php index 47935628..382d4165 100644 --- a/admin/WebConsole/principal/colasacciones.php +++ b/admin/WebConsole/principal/colasacciones.php @@ -306,54 +306,54 @@ // Tabla de opciones que afectan a todas las acciones mostradas // _________________________________________________________________________ ?> - <TABLE align=center border=0 align=left cellPadding=2 cellSpacing=5 > + <TABLE align=center border=0 cellPadding=2 cellSpacing=5 > <TR> <?php // Eliminar ?> - <TD onclick=eleccion(1)> + <TD onclick="eleccion(1);"> <TABLE class="filtros" > <TR> <TD><A href="#op"><IMG border=0 src="../images/iconos/eliminar.gif"></A> </TD> <TD><A style="text-decoration:none;COLOR:#999999;" href="#op"> - <span onmouseout=desresaltar(this); onmouseover=resaltar(this)><?php echo $TbMsg[12]?><span></A></TD> + <span onmouseout="desresaltar(this);" onmouseover="resaltar(this);"><?php echo $TbMsg[12]?><span></A></TD> </TR> </TABLE> </TD> - <TD onclick=eleccion(2)> + <TD onclick="eleccion(2);"> <TABLE class=filtros> <TR> <?php // Resaltar ?> <TD><A href="#op"><IMG border=0 src="../images/iconos/reiniciar.gif"></A> </TD> <TD><A style="text-decoration:none;COLOR:#999999;" href="#op"> - <span onmouseout=desresaltar(this); onmouseover=resaltar(this)><?php echo $TbMsg[13]?><span></A></TD> + <span onmouseout="desresaltar(this);" onmouseover="resaltar(this);"><?php echo $TbMsg[13]?><span></A></TD> </TR> </TABLE> </TD> - <TD onclick=eleccion(3)> + <TD onclick="eleccion(3);"> <TABLE class=filtros> <TR> <?php // Parar ?> <TD><A href="#op"><IMG border=0 src="../images/iconos/acDetenida.gif"></A> </TD> <TD><A style="text-decoration:none;COLOR:#999999;" href="#op"> - <span onmouseout=desresaltar(this); onmouseover=resaltar(this)><?php echo $TbMsg[14]?><span></A></TD> + <span onmouseout="desresaltar(this);" onmouseover="resaltar(this);"><?php echo $TbMsg[14]?><span></A></TD> </TR> </TABLE> </TD> - <TD onclick=eleccion(4)> + <TD onclick="eleccion(4);"> <TABLE class=filtros> <TR> <?php // Seguir ?> <TD><A href="#op"><IMG border=0 src="../images/iconos/acIniciada.gif"></A> </TD> <TD> <A style="text-decoration:none;COLOR:#999999;" href="#op"> - <span onmouseout=desresaltar(this); onmouseover=resaltar(this)><?php echo $TbMsg[15]?></span></A> </TD> + <span onmouseout="desresaltar(this);" onmouseover="resaltar(this);"><?php echo $TbMsg[15]?></span></A> </TD> </TR> </TABLE> </TD> - <TD onclick=eleccion(5)> + <TD onclick="eleccion(5);"> <TABLE class=filtros> <TR> <?php // Seguir ?> @@ -363,7 +363,7 @@ </TR> </TABLE> </TD> - <TD onclick=eleccion(6)> + <TD onclick="eleccion(6);"> <TABLE class=filtros> <TR> <?php // Seguir ?> |