Ticket #767 -> En el tablero, saber si un candidato tiene CV asociado o no.
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@119 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
9df58d5a88
commit
1f9ee2d5ef
@ -27,7 +27,7 @@ while($row = mysql_fetch_array($resultado_usuarios)) {
|
||||
<tr>
|
||||
<td class="tablerohistusuarios" align="center"> <?php echo $row["fecha_h"] ?> </td>
|
||||
<td class="tablerohistusuarios" align="center"> <?php echo $row["persona_h"]?></a></td>
|
||||
<td class="tablerohistusuarios" align="center"> <a href="detalle_candidato.php?oid=<?php echo $row["oid_h"]; ?>#historial"><?php echo $row["nombre"] . ' ' . $row["apellidos"]; if ($row["nombre"] == '1') { echo ' (CV)'; } else { echo ' (Sin CV)'; }?></a></td>
|
||||
<td class="tablerohistusuarios" align="center"> <a href="detalle_candidato.php?oid=<?php echo $row["oid_h"]; ?>#historial"><?php echo $row["nombre"] . ' ' . $row["apellidos"]; if ($row["cv"] == '1') { echo ' (CV)'; } else { echo ' (Sin CV)'; }?></a></td>
|
||||
<td class="tablerohistusuarios" align="left"> <?php echo $row["texto_h"]?></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user