Tareas #663.
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@74 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
e5bc392c97
commit
326e4d61c7
@ -198,8 +198,8 @@ echo ' textalign="right" '.$ecp.'>'.$locale['115'].'
|
||||
|
||||
|
||||
echo '</tr>';
|
||||
echo '<tr>
|
||||
<td colspan="4" align="center">'.$locale['126'].'<br><textarea name="descripcion" rows="4" cols="40" style="overflow: auto;width:100%; height:150px"">'.$_POST['descripcion'].'</textarea></td></tr></table>';
|
||||
echo '<!--tr>
|
||||
<td colspan="4" align="center">'.$locale['126'].'<br><textarea name="descripcion" rows="4" cols="40" style="overflow: auto;width:100%; height:150px"">'.$_POST['descripcion'].'</textarea></td></tr--></table>';
|
||||
|
||||
//Datos laborales:
|
||||
echo '<input type="submit" value="'.$locale['802'].'" class="button">';
|
||||
|
||||
@ -230,8 +230,9 @@ if(in_array("13",$errores)) echo " class=\"errorcampo\"";
|
||||
echo 'colspan="18" textalign="right" '.$el.'>'.$locale['114'.$tipo.''].'';
|
||||
rellena_desplegable_localidad($candidato->getValor("localidad"), "localidad");
|
||||
echo '</td></tr>';
|
||||
echo '<tr>
|
||||
<td colspan="4" align="center">'.$locale['126'].'<br><textarea name="descripcion" rows="4" cols="40" style="overflow: auto; width:100%; height:150px">'.$candidato->getValor("descripcion").'</textarea></td></tr></table>';
|
||||
// echo '<tr>
|
||||
// <td colspan="4" align="center">'.$locale['126'].'<br><textarea name="descripcion" rows="4" cols="40" style="overflow: auto; width:100%; height:150px">'.$candidato->getValor("descripcion").'</textarea></td></tr>';
|
||||
echo '</table>';
|
||||
|
||||
//Datos laborales:
|
||||
echo '<input type="submit" value="'.$locale['1580'].'" class="button">';
|
||||
|
||||
@ -715,7 +715,7 @@ $locale['1554'] = "Dirección:";
|
||||
$locale['1555'] = "Código postal:";
|
||||
$locale['1556'] = "E-mail:";
|
||||
$locale['1557'] = "Teléfono móvil:";
|
||||
$locale['1558'] = "Solicitudes de oferta:";
|
||||
$locale['1558'] = "Ofertas:";
|
||||
$locale['1559'] = "Procedencia:";
|
||||
$locale['1560'] = "Localidad de trabajo:";
|
||||
$locale['1561'] = "Provincia deseada:";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user