summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/colasacciones.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/principal/colasacciones.php')
-rw-r--r--admin/WebConsole/principal/colasacciones.php16
1 files changed, 6 insertions, 10 deletions
diff --git a/admin/WebConsole/principal/colasacciones.php b/admin/WebConsole/principal/colasacciones.php
index 1c6558d7..ad927564 100644
--- a/admin/WebConsole/principal/colasacciones.php
+++ b/admin/WebConsole/principal/colasacciones.php
@@ -141,8 +141,8 @@
//________________________________________________________________________________________________________
?>
<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="../clases/jscripts/MenuContextual.js"></SCRIPT>
@@ -175,8 +175,8 @@
$HTMLCriterios="";
$HTMLCriterios.='<TABLE class=tabla_busquedas align=center border="0">'; // Filtro de búsquedas
- $HTMLCriterios.=' <TR HEIGHT=30>';
- $HTMLCriterios.=' <TD style=" BORDER-BOTTOM:#5a86b5 1px solid;"colspan=2 align="center" >';
+ $HTMLCriterios.=' <TR>';
+ $HTMLCriterios.=' <TD HEIGHT="30px" style="BORDER-BOTTOM:#5a86b5 1px solid;" colspan=2 align="center">';
$HTMLCriterios.=' <SPAN style="FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;COLOR:#5a86b5;FONT-WEIGHT: 700;">____ '.$TbMsg[1].'____</SPAN></TD></TR>';
@@ -861,11 +861,10 @@ function escribeResumen($oA)
{
global $cmd;
global $TbMsg;
-
global $ACCION_EXITOSA;
global $ACCION_FALLIDA;
- global $ACCION_SINRESULTADO;
-
+ global $ACCION_SINRESULTADO;
+ global $ACCION_DETENIDA;
global $EJECUCION_TAREA;
$html="";
@@ -1198,9 +1197,7 @@ function ContextualXMLComun()
global $EJECUCION_TAREA;
global $sesion;
- $layerXML="";
-
- $layerXML.='<ITEM';
+ $layerXML ='<ITEM';
$layerXML.=' alpulsar="eleccion(1,document.facciones.localaccion)"';
$layerXML.=' imgitem="../images/iconos/eliminar.gif"';
$layerXML.=' textoitem='.$TbMsg[46];
@@ -1244,5 +1241,4 @@ function ContextualXMLComun()
$layerXML.='</MENUCONTEXTUAL>';
return($layerXML);
}
-?>