diff options
author | alonso <alonso@us.es> | 2013-02-15 16:31:44 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2013-02-15 16:31:44 +0000 |
commit | 591d55196c4c5a7c1e6e1798894bb9ff2001f8f1 (patch) | |
tree | 58a15c1925dd9a333884e45ace6360247a0822c9 /admin/WebConsole/comandos/includes | |
parent | 7224a0a6b4397d900ce225ada34e58f18a7e1580 (diff) |
Alguas mejoras enla visualizaciĆ³n de aulas y ordenadores
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3586 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/includes')
-rw-r--r-- | admin/WebConsole/comandos/includes/opcionesacciones.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/comandos/includes/opcionesacciones.php b/admin/WebConsole/comandos/includes/opcionesacciones.php index c4c72d2b..d2c36b0f 100644 --- a/admin/WebConsole/comandos/includes/opcionesacciones.php +++ b/admin/WebConsole/comandos/includes/opcionesacciones.php @@ -27,11 +27,11 @@ </TR> <TR> <TD> </TD> - <TD><INPUT name=sw_seguimiento type=radio value=1></TD><TD><? echo $TbMsgAux[2] ?> </TD> + <TD><INPUT checked name=sw_seguimiento type=radio value=1></TD><TD><? echo $TbMsgAux[2] ?> </TD> </TR> <TR> <TD> </TD> - <TD><INPUT checked name=sw_seguimiento type=radio value=0></TD><TD><? echo $TbMsgAux[3] ?> </TD> + <TD><INPUT name=sw_seguimiento type=radio value=0></TD><TD><? echo $TbMsgAux[3] ?> </TD> </TR> <!--------------------------------------------------------------------------------------------------------------------------------> <TR HEIGHT=5><TD colspan=4><HR></TD></TR> |