From 7ec85c928d658acc897f0074f7b8ce3f2faf139e Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 23 May 2011 09:08:52 +0000 Subject: [PATCH] =?UTF-8?q?Tareas=20#657.=20Ordenar=20la=20lista=20de=20ca?= =?UTF-8?q?ndidato=20por=20orden=20alfab=C3=A9tico=20de=20nombre=20+=20ape?= =?UTF-8?q?llidos?= 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@76 e2b1556b-49f8-d141-9351-52d6861a72d9 --- Objects/HTML.php | 2 +- ver_lista_candidatos.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Objects/HTML.php b/Objects/HTML.php index f9df8cb..2db5c65 100644 --- a/Objects/HTML.php +++ b/Objects/HTML.php @@ -235,7 +235,7 @@ foreach ($arrayMenu as $opcion => $valor) { // Ticket 552 -> Entrada automatica a la lista de candidatos al entrar en la seccion. if (!strcmp($opcion, "Gestión de candidatos")) { - echo '
  • '.$opcion.'
  • '; + echo '
  • '.$opcion.'
  • '; } elseif (!strcmp($opcion, "Mis datos")) { $PonerAlFinal .= '
  • '.$opcion.'
  • '; } elseif (!strcmp($opcion, "Mantenimiento del sistema")) { diff --git a/ver_lista_candidatos.php b/ver_lista_candidatos.php index a0036ac..047030b 100644 --- a/ver_lista_candidatos.php +++ b/ver_lista_candidatos.php @@ -65,16 +65,16 @@ echo '
    '; -
    -
    - +
    @@ -157,8 +157,8 @@ echo '
    '; ?> "> - getValor("nombre"); ?> - getValor("apellidos"); ?> + getValor("nombre"). ' ' .$pedidoAct->getValor("apellidos"); ?> + getValor("fecha_modificacion"); ?>