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:
parent
a2fa2e6903
commit
97ef240b23
@ -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>';
|
||||
|
||||
///////////////////////////
|
||||
|
||||
Loading…
Reference in New Issue
Block a user