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