diff options
-rw-r--r-- | admin/WebConsole/principal/aula.php | 11 | ||||
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 15 |
2 files changed, 0 insertions, 26 deletions
diff --git a/admin/WebConsole/principal/aula.php b/admin/WebConsole/principal/aula.php index b72f805b..729549aa 100644 --- a/admin/WebConsole/principal/aula.php +++ b/admin/WebConsole/principal/aula.php @@ -421,11 +421,6 @@ function ContextualXMLAulas(){ $layerXML.=' textoitem='.$TbMsg[5]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' subflotante="flo_sincronizacion_'.$LITAMBITO_AULAS.'"'; - $layerXML.=' imgitem="../images/iconos/comandos.gif"'; - $layerXML.=' textoitem='.$TbMsg[49]; - $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_AULAS.'"'; @@ -567,12 +562,6 @@ function ContextualXMLOrdenadores(){ $layerXML.=' imgitem="../images/iconos/comandos.gif"'; $layerXML.=' textoitem='.$TbMsg[5]; $layerXML.='></ITEM>'; - - $layerXML.='<ITEM'; - $layerXML.=' subflotante="flo_sincronizacion_'.$LITAMBITO_ORDENADORES.'"'; - $layerXML.=' imgitem="../images/iconos/comandos.gif"'; - $layerXML.=' textoitem='.$TbMsg[49]; - $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_ORDENADORES.'"'; diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index ecbbf7c0..0326f14d 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -566,11 +566,6 @@ function ContextualXMLAulas(){ $layerXML.=' textoitem='.$TbMsg[5]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' subflotante="flo_sincronizacion_'.$LITAMBITO_AULAS.'"'; - $layerXML.=' imgitem="../images/iconos/comandos.gif"'; - $layerXML.=' textoitem='.$TbMsg[49]; - $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_AULAS.'"'; @@ -754,11 +749,6 @@ function ContextualXMLGruposOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[5]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' subflotante="flo_sincronizacion_'.$LITAMBITO_GRUPOSORDENADORES.'"'; - $layerXML.=' imgitem="../images/iconos/comandos.gif"'; - $layerXML.=' textoitem='.$TbMsg[49]; - $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_GRUPOSORDENADORES.'"'; @@ -881,11 +871,6 @@ function ContextualXMLOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[5]; $layerXML.='></ITEM>'; - $layerXML.='<ITEM'; - $layerXML.=' subflotante="flo_sincronizacion_'.$LITAMBITO_ORDENADORES.'"'; - $layerXML.=' imgitem="../images/iconos/comandos.gif"'; - $layerXML.=' textoitem='.$TbMsg[49]; - $layerXML.='></ITEM>'; $layerXML.='<ITEM'; $layerXML.=' subflotante="flo_asistentes_'.$LITAMBITO_ORDENADORES.'"'; |