diff options
author | adv <adv@uma.es> | 2011-10-19 16:17:26 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-10-19 16:17:26 +0000 |
commit | f3117874002af6b5d4a53fdaab14baebc0c1e58d (patch) | |
tree | 51c066edf289229aa9e7167aab128a8987d1e18d /admin/WebConsole/principal/aulas.php | |
parent | 3f73876dbf767793a869e7a4f1f2538342b690b5 (diff) |
version 1.0.2 httpd-log #421 #422
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2354 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/principal/aulas.php')
-rw-r--r-- | admin/WebConsole/principal/aulas.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index 071ddf44..b8fee010 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -834,8 +834,13 @@ function ContextualXMLOrdenadores(){ $layerXML.=' imgitem="../images/iconos/acciones.gif"'; $layerXML.=' textoitem="Log"'; $layerXML.='></ITEM>'; - - + + $layerXML.='<ITEM'; + $layerXML.=' alpulsar="ver_log_seguimiento('.$AMBITO_ORDENADORES.')"'; + $layerXML.=' imgitem="../images/iconos/acciones.gif"'; + $layerXML.=' textoitem="Log_seguimiento"'; + $layerXML.='></ITEM>'; + $layerXML.='<ITEM'; $layerXML.=' alpulsar="mover_ordenador()"'; $layerXML.=' imgitem="../images/iconos/mover.gif"'; |