summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/includes
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-02-05 16:00:57 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-02-05 16:00:57 +0100
commite32794a35463c64d133eec3a879d9e1ee2de3a06 (patch)
tree4566b38fa3dd68b8d2d0f05d13ea42c2a85d23b8 /admin/WebConsole/comandos/includes
parenta7406f2d0506a289ac28dd7ec92401ba27698c5b (diff)
#834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and trailing spaces.
Diffstat (limited to 'admin/WebConsole/comandos/includes')
-rw-r--r--admin/WebConsole/comandos/includes/formularioacciones.php2
-rw-r--r--admin/WebConsole/comandos/includes/opcionesacciones.php7
2 files changed, 5 insertions, 4 deletions
diff --git a/admin/WebConsole/comandos/includes/formularioacciones.php b/admin/WebConsole/comandos/includes/formularioacciones.php
index 90c5de3c..fadc915c 100644
--- a/admin/WebConsole/comandos/includes/formularioacciones.php
+++ b/admin/WebConsole/comandos/includes/formularioacciones.php
@@ -9,7 +9,7 @@
// Formulario para paso de parametros comunes para la ejecución de comandos
// *************************************************************************************************************************************************
?>
-<FORM align=center name="fdatosejecucion" action="<?php echo $gestor?>" method="post">
+<FORM name="fdatosejecucion" action="<?php echo $gestor?>" method="post">
<INPUT type="hidden" name="idcomando" value="<?php echo $idcomando?>">
<INPUT type="hidden" name="descricomando" value="<?php echo $descricomando?>">
<INPUT type="hidden" name="ambito" value="<?php echo $ambito?>">
diff --git a/admin/WebConsole/comandos/includes/opcionesacciones.php b/admin/WebConsole/comandos/includes/opcionesacciones.php
index c8f9ea6a..7842d3a3 100644
--- a/admin/WebConsole/comandos/includes/opcionesacciones.php
+++ b/admin/WebConsole/comandos/includes/opcionesacciones.php
@@ -64,9 +64,9 @@
<TD>&nbsp; </TD>
<TD>&nbsp; </TD>
<TD><?php echo $TbMsgAux[8] ?>&nbsp;</TD>
- <TD><INPUT maxlength=3 style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30" name=ordprocedimiento type=text value=""></TD></TR>
+ <TD><INPUT maxlength=3 style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30px" name=ordprocedimiento type=text value=""></TD></TR>
<!-------------------------------------------------------------------------------------------------------------------------------->
- <TR HEIGHT=10><TD colspan=4>&nbsp; <HR></TD></TR>
+ <TR><TD colspan=4 HEIGHT="10px">&nbsp; <HR></TD></TR>
<!-------------------------------------------------------------------------------------------------------------------------------->
<TR>
<TD><INPUT onclick="clic_mktarea(this)" name=sw_mktarea type=checkbox></TD>
@@ -88,8 +88,9 @@
<TD>&nbsp; </TD>
<TD>&nbsp; </TD>
<TD><?php echo $TbMsgAux[12] ?>&nbsp;</TD>
- <TD><INPUT maxlength=3 style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30" name=ordtarea type=text value=""></TD></TR>
+ <TD><INPUT maxlength=3 style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30px" name=ordtarea type=text value=""></TD></TR>
<!-------------------------------------------------------------------------------------------------------------------------------->
</TABLE>
</FORM>
+