summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-02-27 12:50:52 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-05-19 18:15:30 +0200
commit4f16ab67d2742acf41d3793e4b47bf9ee322775e (patch)
tree74f6b1ab36cf537f14d57720928ce7f1373cf5b0
parent43f789465526f288613d9325cf2be4078903267f (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).
-rw-r--r--admin/WebConsole/principal/aula.php12
-rw-r--r--admin/WebConsole/principal/aulas.php30
2 files changed, 0 insertions, 42 deletions
diff --git a/admin/WebConsole/principal/aula.php b/admin/WebConsole/principal/aula.php
index 05f38a4d..d73d4276 100644
--- a/admin/WebConsole/principal/aula.php
+++ b/admin/WebConsole/principal/aula.php
@@ -345,12 +345,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>';
@@ -492,12 +486,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>';