diff options
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 15 |
1 files changed, 0 insertions, 15 deletions
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.'"'; |