From 506d76b6361cb1cad99c4ef87da26a4be66c9dbb Mon Sep 17 00:00:00 2001 From: david Date: Tue, 5 Apr 2011 08:52:56 +0000 Subject: [PATCH] =?UTF-8?q?Ticket=20#558=20->=20En=20la=20pantalla=20de=20?= =?UTF-8?q?alta/edici=C3=B3n/ver=20de=20un=20candidato,=20ocultar=20los=20?= =?UTF-8?q?campos=20'V=C3=8DA',=20'NOMBRE=20V=C3=8DA',=20'N=C3=9AMERO',=20?= =?UTF-8?q?'PISO',=20'PUERTA'=20y=20'CP'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@16 e2b1556b-49f8-d141-9351-52d6861a72d9 --- addCandidato.php | 15 ++++++++++++--- detalles_usuario.php | 27 +++++++++++++++++++++------ 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/addCandidato.php b/addCandidato.php index 96ada84..9f37852 100644 --- a/addCandidato.php +++ b/addCandidato.php @@ -161,8 +161,13 @@ echo ' if(in_array("13",$errores)) echo " class=\"errorcampo\""; echo $em.' textalign="right">'.$locale['114'.$tipo.''].''; rellena_desplegable_localidad($_POST['localidad'], "localidad"); - echo ' - '.$locale['128'].''; + echo ''; + + +// Ticket #558 -> En la pantalla de alta/edición/ver de un candidato, ocultar los campos 'VÍA', 'NOMBRE VÍA', 'NÚMERO', 'PISO', 'PUERTA' y 'CP' + echo ''; +/* + echo ''.$locale['128'].''; $auxiliar = ''; rellena_desplegable_select("tipo_via","tipo_via",$auxiliar,$_POST['tipo_via']); echo '
'.$locale['110'].' @@ -178,7 +183,11 @@ if(in_array("12",$errores)) echo " class=\"errorcampo\""; echo ' textalign="right" '.$ecp.'>'.$locale['115'].' - '; +*/ + + + +echo ''; echo ' '.$locale['126'].'
'; diff --git a/detalles_usuario.php b/detalles_usuario.php index 35ed1fd..88391dd 100644 --- a/detalles_usuario.php +++ b/detalles_usuario.php @@ -52,7 +52,7 @@ switch ($action) {
- +
@@ -71,12 +71,27 @@ if(in_array("personales",$mostrarDetalle)){ ?> - - + + En la pantalla de alta/edición/ver de un candidato, ocultar los campos 'VÃA', 'NOMBRE VÃA', 'NÚMERO', 'PISO', 'PUERTA' y 'CP' +?> + + + getValor("tipo_via")." ".$persona->getValor("direccion")." ".$persona->getValor("numero").", ".$persona->getValor("piso")." ".$persona->getValor("puerta"); ?> + + */ + ?> - - + + + getValor("localidad")); ?> + + */ + ?> + + +
getValor("nombre")." ".$persona->getValor("apellidos"); ?> getValor("fecha_nacimiento"); ?>
">getValor("email"); ?> getValor("tipo_via")." ".$persona->getValor("direccion")." ".$persona->getValor("numero").", ".$persona->getValor("piso")." ".$persona->getValor("puerta"); ?> getValor("cp"); ?> getValor("cp"); ?>
getValor("localidad")); ?>getValor("localidad"))); ?>getValor("localidad"))); ?>getValor("tipo")=="usuario"){ echo $locale['1905'].": ".$persona->getValor("extension"); @@ -433,4 +448,4 @@ if(in_array("personales",$mostrarDetalle)){ ?>
- \ No newline at end of file +