diff options
author | ramon <ramongomez@us.es> | 2012-06-12 11:20:37 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-06-12 11:20:37 +0000 |
commit | 69650cb6923114472fc7d9e60df708c318d09ee6 (patch) | |
tree | 1c6973bc18e41c15e2d7314ec6841796d479ed7b /admin/WebConsole/comandos/EjecutarScripts.php | |
parent | 73f4d593c15280d978ab50b992ab76783f41121e (diff) |
Versión 1.0.4, #505: Integrar código del ticket para filtro de ejecución comandos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3176 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/EjecutarScripts.php')
-rw-r--r-- | admin/WebConsole/comandos/EjecutarScripts.php | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/admin/WebConsole/comandos/EjecutarScripts.php b/admin/WebConsole/comandos/EjecutarScripts.php index 08ab3697..36adfa0f 100644 --- a/admin/WebConsole/comandos/EjecutarScripts.php +++ b/admin/WebConsole/comandos/EjecutarScripts.php @@ -15,8 +15,6 @@ include_once("../includes/comunes.php"); include_once("../includes/CreaComando.php"); include_once("../includes/HTMLSELECT.php"); include_once("../idiomas/php/".$idioma."/comandos/ejecutarscripts_".$idioma.".php"); -include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php"); - //________________________________________________________________________________________________________ include_once("./includes/capturaacciones.php"); //________________________________________________________________________________________________________ @@ -38,33 +36,14 @@ if (!$cmd) </HEAD> <BODY> <? -switch($ambito){ - case $AMBITO_CENTROS : - $urlimg='../images/iconos/centros.gif'; - $textambito=$TbMsg[0]; - break; - case $AMBITO_GRUPOSAULAS : - $urlimg='../images/iconos/carpeta.gif'; - $textambito=$TbMsg[1]; - break; - case $AMBITO_AULAS : - $urlimg='../images/iconos/aula.gif'; - $textambito=$TbMsg[2]; - break; - case $AMBITO_GRUPOSORDENADORES : - $urlimg='../images/iconos/carpeta.gif'; - $textambito=$TbMsg[3]; - break; - case $AMBITO_ORDENADORES : - $urlimg='../images/iconos/ordenador.gif'; - $textambito=$TbMsg[4]; - break; - } - //echo '<p align=center><span class=cabeceras>'.$descricomando.' </span><br>'; echo '<p align=center><span class=cabeceras>'.$TbMsg[5].' </span><br>'; - echo '<IMG src="'.$urlimg.'"> <span align=center class=subcabeceras> - <U>'.$TbMsg[6].': '.$textambito.','.$nombreambito.'</U></span> </span></p>'; - ?> + //________________________________________________________________________________________________________ + // + include_once("./includes/FiltradoAmbito.php"); + //________________________________________________________________________________________________________ +?> + <P align=center> + <SPAN align=center class=subcabeceras><? echo $TbMsg[10] ?></SPAN> <form align=center name="fdatos"> <table align=center class=tabla_datos border="0" cellpadding="0" cellspacing="1"> <tr> |