summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/Configurar.php
diff options
context:
space:
mode:
authoralonso <alonso@us.es>2013-04-09 11:12:26 +0000
committeralonso <alonso@us.es>2013-04-09 11:12:26 +0000
commit121946bca95b039d20f49eba6b0f21758ea24342 (patch)
tree983ead10932c6301bee327fc11b80b64c627940a /admin/WebConsole/comandos/Configurar.php
parente04f987f6b75a7e6ecd9414088f581b31131d48f (diff)
Cambiar desplegable de operaciones por checkbox de formateo
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3736 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/Configurar.php')
-rw-r--r--admin/WebConsole/comandos/Configurar.php18
1 files changed, 6 insertions, 12 deletions
diff --git a/admin/WebConsole/comandos/Configurar.php b/admin/WebConsole/comandos/Configurar.php
index 6acc43cb..c7c26b45 100644
--- a/admin/WebConsole/comandos/Configurar.php
+++ b/admin/WebConsole/comandos/Configurar.php
@@ -127,7 +127,7 @@ if (isset($_POST["fk_nombreSO"])) $fk_nombreSO=$_POST["fk_nombreSO"];
echo '<TD align=center>'.HTMLSELECT_sistemasficheros($cmd,"").'</TD>';
echo '<TD align=center><INPUT type="text" style="width:100" value="0"></TD>';
echo '<TD align=center>&nbsp;</TD>';
- echo '<TD align=center>'.HTMLSELECT_operaciones().'</TD></TR></TABlE>';
+ echo '<TD align=center>'.opeFormatear().'</TD></TR></TABlE>';
//________________________________________________________________________________________________________
include_once("./includes/formularioacciones.php");
//________________________________________________________________________________________________________
@@ -169,7 +169,7 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc)
echo '<TH align=center>&nbsp;'.$TbMsg[27].'&nbsp;</TH>';
echo '<TH align=center>&nbsp;'.$TbMsg[22].'&nbsp;</TH>';
echo '<TH align=center>&nbsp;'.$TbMsg[21].'&nbsp;</TH>';
- echo '<TH align=center>&nbsp;'.$TbMsg[12].'&nbsp;</TH>';
+ echo '<TH align=center>&nbsp;'.$TbMsg[14].'&nbsp;</TH>';
echo '</TR>';
$auxCfg=split("@",$configuraciones); // Crea lista de particiones
@@ -192,7 +192,7 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc)
echo '<TD align=center>'.tomaNombresSO($tbKeys[$k]["numpar"],$idordenadores).'</TD>';
- echo '<TD align=center>'.HTMLSELECT_operaciones().'</TD>';
+ echo '<TD align=center>'.opeFormatear().'</TD>';
echo '</TR>';
}
}
@@ -226,16 +226,10 @@ function HTMLSELECT_particiones($p)
/*________________________________________________________________________________________________________
Crea la etiqueta html <SELECT> de las operaciones
________________________________________________________________________________________________________*/
-function HTMLSELECT_operaciones()
+function opeFormatear()
{
- global $TbMsg;
-
- $SelectHtml="";
- $opciones="1=".$TbMsg[14]."".chr(13);
- $opciones.="2=".$TbMsg[15]."".chr(13);
- $opciones.="3=".$TbMsg[16]."";
- $SelectHtml.=HTMLCTESELECT($opciones,"operaciones","estilodesple",$TbMsg[13],0,100,"");
- return($SelectHtml);
+ $ckhboxtHtml='<input type="checkbox" name=operaciones/>';
+ return($ckhboxtHtml);
}
/*________________________________________________________________________________________________________
Crea la etiqueta html <SELECT> de los tipos de particiones