Ticket #801 -> Al visualizar un candidato, las observaciones se muestran incompletas.

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@116 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
David Arranz 2012-02-09 11:48:27 +00:00
parent a2fa2e6903
commit 97ef240b23

View File

@ -454,7 +454,7 @@ echo '</tr>';
echo '<tr>';
// CAMPO OBSERVACIONES
echo '<td colspan="4" align="center">'.$locale['135'].'<br><textarea name="observaciones" rows="7" cols="50" style="overflow: auto;width:100%; height:100px"">'.$candidato->getValor("observaciones").'</textarea></td>';
echo '<td colspan="4" align="center">'.$locale['135'].'<br><textarea name="observaciones" rows="7" cols="50" style="overflow: auto;width:100%; height:250px;"">'.$candidato->getValor("observaciones").'</textarea></td>';
echo '</tr></table>';
///////////////////////////