summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal/aulas.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-06-21 11:11:44 +0000
committerramon <ramongomez@us.es>2017-06-21 11:11:44 +0000
commit292fed9a112a90579988cbe01d03001bd5a89725 (patch)
tree5b4239e392a5ad67b3cb4ee2f4eae573c813ee32 /admin/WebConsole/principal/aulas.php
parenta905a3b5249ff0d4126a6f734fa0303badca9f84 (diff)
#730: No mostrar opciones en desuso de menú de aulas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5372 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r--admin/WebConsole/principal/aulas.php32
1 files changed, 4 insertions, 28 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php
index 6d8887fc..631e68dc 100644
--- a/admin/WebConsole/principal/aulas.php
+++ b/admin/WebConsole/principal/aulas.php
@@ -54,7 +54,7 @@ $arbol=new ArbolVistaXML($arbolXML,0,$baseurlimg,$clasedefault,1,0,5); // Crea e
<INPUT type="hidden" name="gestor" value="">
<INPUT type="hidden" name="funcion" value="">
</FORM>
-<?
+<?php
//________________________________________________________________________________________________________
echo $arbol->CreaArbolVistaXML(); // Crea árbol (HTML) a partir del XML
$flotante=new MenuContextual(); // Crea objeto MenuContextual
@@ -116,7 +116,7 @@ echo $flotante->CreaMenuContextual($XMLcontextual);
?>
</BODY>
</HTML>
-<?
+<?php
// *************************************************************************************************************************************************
// Devuelve una cadena con formato XML con toda la informaci� de aulas y ordenadores registrados en un Centro concreto
// Parametros:
@@ -350,15 +350,6 @@ function ContextualXMLCentros(){
$layerXML.=' textoitem='.$TbMsg[28];
$layerXML.='></ITEM>';
- $layerXML.='<SEPARADOR>';
- $layerXML.='</SEPARADOR>';
-
- $layerXML.='<ITEM';
- $layerXML.=' alpulsar="cola_reservas('.$RESERVA_CONFIRMADA.')"';
- $layerXML.=' imgitem="../images/iconos/reservas.gif"';
- $layerXML.=' textoitem='.$TbMsg[29];
- $layerXML.='></ITEM>';
-
$layerXML.='</MENUCONTEXTUAL>';
return($layerXML);
}
@@ -467,15 +458,6 @@ function ContextualXMLGruposAulas(){
$layerXML.=' textoitem='.$TbMsg[7];
$layerXML.='></ITEM>';
- $layerXML.='<SEPARADOR>';
- $layerXML.='</SEPARADOR>';
-
- $layerXML.='<ITEM';
- $layerXML.=' alpulsar="cola_reservas('.$RESERVA_CONFIRMADA.')"';
- $layerXML.=' imgitem="../images/iconos/reservas.gif"';
- $layerXML.=' textoitem='.$TbMsg[29];
- $layerXML.='></ITEM>';
-
$layerXML.='</MENUCONTEXTUAL>';
return($layerXML);
}
@@ -639,7 +621,7 @@ function ContextualXMLAulas(){
$layerXML.=' imgitem="../images/iconos/eliminar.gif"';
$layerXML.=' textoitem='.$TbMsg[14];
$layerXML.='></ITEM>';
-
+ /*
$layerXML.='<SEPARADOR>';
$layerXML.='</SEPARADOR>';
@@ -655,13 +637,7 @@ function ContextualXMLAulas(){
$layerXML.=' imgitem="../images/iconos/operadores.gif"';
$layerXML.=' textoitem='.$TbMsg[37];
$layerXML.='></ITEM>';
-
- $layerXML.='<ITEM';
- $layerXML.=' alpulsar="cola_reservas('.$RESERVA_CONFIRMADA.')"';
- $layerXML.=' imgitem="../images/iconos/reservas.gif"';
- $layerXML.=' textoitem='.$TbMsg[29];
- $layerXML.='></ITEM>';
-
+ */
$layerXML.='</MENUCONTEXTUAL>';
return($layerXML);
}