diff options
author | alonso <alonso@us.es> | 2010-03-30 15:51:40 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-03-30 15:51:40 +0000 |
commit | 2f4f9ff4573669f8ecebf1732ad6e7f23416c92a (patch) | |
tree | 31d82674bb8f755c4fee9a7c408a793bb84ad0ce /admin/WebConsole/principal/aulas.php | |
parent | 6fc863a18d14cc5387daee8e81957f07f17c5c64 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@848 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 41 |
1 files changed, 31 insertions, 10 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index 745af896..ab03c03c 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -287,9 +287,12 @@ function ContextualXMLCentros(){ $layerXML.=' textoitem='.$TbMsg[2]; $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; + $layerXML.='</SEPARADOR>'; + $layerXML.='<ITEM'; - $layerXML.=' alpulsar="conmutar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/hidra.gif"'; + $layerXML.=' alpulsar="consola_remota()"'; + $layerXML.=' imgitem="../images/iconos/shell.gif"'; $layerXML.=' textoitem='.$TbMsg[33]; $layerXML.='></ITEM>'; @@ -383,9 +386,12 @@ function ContextualXMLGruposAulas(){ $layerXML.=' textoitem='.$TbMsg[2]; $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; + $layerXML.='</SEPARADOR>'; + $layerXML.='<ITEM'; - $layerXML.=' alpulsar="conmutar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/hidra.gif"'; + $layerXML.=' alpulsar="consola_remota()"'; + $layerXML.=' imgitem="../images/iconos/shell.gif"'; $layerXML.=' textoitem='.$TbMsg[33]; $layerXML.='></ITEM>'; @@ -508,9 +514,12 @@ function ContextualXMLAulas(){ $layerXML.=' textoitem='.$TbMsg[2]; $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; + $layerXML.='</SEPARADOR>'; + $layerXML.='<ITEM'; - $layerXML.=' alpulsar="conmutar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/hidra.gif"'; + $layerXML.=' alpulsar="consola_remota()"'; + $layerXML.=' imgitem="../images/iconos/shell.gif"'; $layerXML.=' textoitem='.$TbMsg[33]; $layerXML.='></ITEM>'; @@ -694,9 +703,12 @@ function ContextualXMLGruposOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[2]; $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; + $layerXML.='</SEPARADOR>'; + $layerXML.='<ITEM'; - $layerXML.=' alpulsar="conmutar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/hidra.gif"'; + $layerXML.=' alpulsar="consola_remota()"'; + $layerXML.=' imgitem="../images/iconos/shell.gif"'; $layerXML.=' textoitem='.$TbMsg[33]; $layerXML.='></ITEM>'; @@ -791,12 +803,21 @@ function ContextualXMLOrdenadores(){ $layerXML.=' textoitem='.$TbMsg[2]; $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; + $layerXML.='</SEPARADOR>'; + $layerXML.='<ITEM'; - $layerXML.=' alpulsar="conmutar_ordenadores()"'; - $layerXML.=' imgitem="../images/iconos/hidra.gif"'; + $layerXML.=' alpulsar="consola_remota()"'; + $layerXML.=' imgitem="../images/iconos/shell.gif"'; $layerXML.=' textoitem='.$TbMsg[33]; $layerXML.='></ITEM>'; + $layerXML.='<ITEM'; + $layerXML.=' alpulsar="eco_remoto()"'; + $layerXML.=' imgitem="../images/iconos/ecocon.gif"'; + $layerXML.=' textoitem='.$TbMsg[39]; + $layerXML.='></ITEM>'; + $layerXML.='<SEPARADOR>'; $layerXML.='</SEPARADOR>'; |