diff --git a/src/addCandidato.php b/src/addCandidato.php index 96ada84..9f37852 100644 --- a/src/addCandidato.php +++ b/src/addCandidato.php @@ -161,8 +161,13 @@ echo '
| getValor("nombre")." ".$persona->getValor("apellidos"); ?> | getValor("fecha_nacimiento"); ?> | @@ -71,12 +71,27 @@ if(in_array("personales",$mostrarDetalle)){ ?>||||
| ">getValor("email"); ?> | -getValor("tipo_via")." ".$persona->getValor("direccion")." ".$persona->getValor("numero").", ".$persona->getValor("piso")." ".$persona->getValor("puerta"); ?> | -getValor("cp"); ?> | + + 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("cp"); ?> | + */ + ?>
| getValor("localidad")); ?> | -getValor("localidad"))); ?> | ++ | + getValor("localidad")); ?> + | getValor("localidad"))); ?> | + */ + ?> + + +getValor("tipo")=="usuario"){ echo $locale['1905'].": ".$persona->getValor("extension"); @@ -433,4 +448,4 @@ if(in_array("personales",$mostrarDetalle)){ ?> |