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/aula.php | |
parent | 6fc863a18d14cc5387daee8e81957f07f17c5c64 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@848 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aula.php')
-rw-r--r-- | admin/WebConsole/principal/aula.php | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/admin/WebConsole/principal/aula.php b/admin/WebConsole/principal/aula.php index 2bfed072..b3103f4a 100644 --- a/admin/WebConsole/principal/aula.php +++ b/admin/WebConsole/principal/aula.php @@ -360,9 +360,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>'; @@ -477,11 +480,17 @@ function ContextualXMLOrdenadores(){ $layerXML.='></ITEM>'; $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>'; @@ -600,4 +609,4 @@ function ContextualXMLComandos($litambito,$ambito){ $finallayerXML=$prelayerXML.$layerXML; return($finallayerXML); } -}
\ No newline at end of file +} |