diff options
author | antoniodoblas <adv@uma.es> | 2021-02-09 22:10:52 +0100 |
---|---|---|
committer | antoniodoblas <adv@uma.es> | 2021-02-09 22:10:52 +0100 |
commit | 6f03bcf59f4e8273114ff2e398344c4de4c8e600 (patch) | |
tree | 4c0f7a01422141c1432f3afeaacca87b067d803e /admin/WebConsole/principal/aulas.php | |
parent | 724b946f7a620d7b53c59025d7ba8e2d0a066c20 (diff) |
#1024 disable option to move a single computerID-1020_logrotateBug
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index 0326f14d..73a199bc 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -511,13 +511,13 @@ function ContextualXMLAulas(){ $layerXML.=' imgitem="../images/iconos/carpeta.gif"'; $layerXML.=' textoitem='.$TbMsg[8]; $layerXML.='></ITEM>'; - +/* $layerXML.='<ITEM'; $layerXML.=' alpulsar="colocar_ordenador(1)"'; $layerXML.=' imgitem="../images/iconos/colocar.gif"'; $layerXML.=' textoitem='.$TbMsg[11]; $layerXML.='></ITEM>'; - +*/ $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -767,13 +767,13 @@ function ContextualXMLGruposOrdenadores(){ $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; - +/* $layerXML.='<ITEM'; $layerXML.=' alpulsar="colocar_ordenador(0)"'; $layerXML.=' imgitem="../images/iconos/colocar.gif"'; $layerXML.=' textoitem='.$TbMsg[11]; $layerXML.='></ITEM>'; - +*/ $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -831,13 +831,13 @@ function ContextualXMLOrdenadores(){ $layerXML.=' imgitem="../images/iconos/acciones.gif"'; $layerXML.=' textoitem='.$TbMsg[48]; $layerXML.='></ITEM>'; - +/* $layerXML.='<ITEM'; $layerXML.=' alpulsar="mover_ordenador()"'; $layerXML.=' imgitem="../images/iconos/mover.gif"'; $layerXML.=' textoitem='.$TbMsg[17]; $layerXML.='></ITEM>'; - +*/ $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; |