diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-02-27 12:50:52 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-02 12:32:36 +0200 |
commit | 9829025184d5d18b6c1a9832343d4b4e14da1d9d (patch) | |
tree | 946bb6e11a4014cf92468282a36411ed623cac33 /admin/WebConsole/principal | |
parent | 33b0ef211fb764156072431c55bc46779aee3c1d (diff) |
#580 Removes conmutar/purgar button from the menu (web)
The new ogAdmServer's improvements and functionalities make the
conmutar/purgar button deprecated. Thanks to libev now the ogAdmServer
knows itself when a clients has desconected.
This commit removes conmutar/purgar button from all the contextual menus
(room, room group, computer and computer group).
Diffstat (limited to 'admin/WebConsole/principal')
-rw-r--r-- | admin/WebConsole/principal/aula.php | 12 | ||||
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 30 |
2 files changed, 0 insertions, 42 deletions
diff --git a/admin/WebConsole/principal/aula.php b/admin/WebConsole/principal/aula.php index 47809398..ec3549fc 100644 --- a/admin/WebConsole/principal/aula.php +++ b/admin/WebConsole/principal/aula.php @@ -394,12 +394,6 @@ function ContextualXMLAulas(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -541,12 +535,6 @@ function ContextualXMLOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index 309681fd..ecbbf7c0 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -319,12 +319,6 @@ function ContextualXMLCentros(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -414,12 +408,6 @@ function ContextualXMLGruposAulas(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -560,12 +548,6 @@ function ContextualXMLAulas(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -754,12 +736,6 @@ function ContextualXMLGruposOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; @@ -881,12 +857,6 @@ function ContextualXMLOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[4]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' alpulsar="purgar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/purgar.gif"'; - $layerXML.=' textoitem='.$TbMsg[2]; - $layerXML.='></ITEM>'; - $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; |