- Grid de candidatos -> Fecha de último cambio en formato texto
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@27 77cfc57b-8ef4-1849-9df6-4a38aa5da120
This commit is contained in:
parent
80240e9711
commit
cf8101f8c8
@ -123,7 +123,9 @@ $('.search-form form').submit(function(){
|
|||||||
'cssClassExpression' => '"con0"',
|
'cssClassExpression' => '"con0"',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
'type' => 'raw',
|
||||||
'name' => 'fecha_modificacion',
|
'name' => 'fecha_modificacion',
|
||||||
|
'value' => '($data->fecha_modificacion === NULL) ? CHtml::tag("span", array("class"=>"nodata"), "Nunca") : Time::timeAgoInWords($data->fecha_modificacion);',
|
||||||
'headerHtmlOptions'=>array(
|
'headerHtmlOptions'=>array(
|
||||||
'class' => 'head0 sorting',
|
'class' => 'head0 sorting',
|
||||||
/*'colspan' => '1',
|
/*'colspan' => '1',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user