Tarea #558 -> En la pantalla de alta/edición/ver de un candidato, ocultar los campos “LOCALIDAD”, “VÍA”, “NOMBRE VÍA”, “NÚMERO”, “PISO”, “PUERTA” y “CP”

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@31 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
David Arranz 2011-04-12 11:54:27 +00:00
parent a3296b654f
commit c65e51af3a

View File

@ -187,7 +187,7 @@ echo 'width="25%" '.$etc.' textalign="right" width=20%>'.$locale['108'].'<input
if(in_array("8",$errores)) echo " class=\"errorcampo\"";
echo 'width="25%" '.$ett.' textalign="right" width=20%>'.$locale['109'].'<input type="text" name="t_trabajo" value="'.$candidato->getValor("t_trabajo").'" size="9" maxlength="9"></td>
</tr>';
echo '<tr>
/*echo '<tr>
<td></td>
<td '.$dir.' textalign="right">'.$locale['128'].'';
$auxiliar = '<option value="">-</option>';
@ -205,7 +205,7 @@ if(in_array("12",$errores)) echo " class=\"errorcampo\"";
echo ' textalign="right" '.$ecp.'>'.$locale['115'].'
<input type="text" name="cp" value="'.$candidato->getValor("cp").'" size="3" maxlength="5">
</td>
</tr>';
</tr>';*/
echo '<tr>
<td ';