From 05f8815b239c843c0cf07cee96347dd467d71be9 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 18 Apr 2012 15:02:59 +0000 Subject: [PATCH] Candidato -> no permitir fecha de nacimiento futuras en el desplegable git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@43 77cfc57b-8ef4-1849-9df6-4a38aa5da120 --- www/protected/views/candidato/_form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/protected/views/candidato/_form.php b/www/protected/views/candidato/_form.php index d07f654..422b186 100644 --- a/www/protected/views/candidato/_form.php +++ b/www/protected/views/candidato/_form.php @@ -101,6 +101,7 @@ Yii::app()->clientScript->registerScript('wysiwyg', $script, CClientScript::POS_ 'name'=>'fecha_nacimiento', 'language'=>'es', 'options'=>array( + 'maxDate'=>'+0d', 'selectOtherMonths'=>true, 'showButtonPanel'=>true, 'showOtherMonths'=>true,