- Tratado Email del usuario en el grid.

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@18 77cfc57b-8ef4-1849-9df6-4a38aa5da120
This commit is contained in:
David Arranz 2012-03-01 19:42:54 +00:00
parent 5a670f9352
commit 6472a667f3

View File

@ -81,7 +81,7 @@ or <b>=</b>) at the beginning of each of your search values to specify how the c
array(
'type' => 'html',
'name' => 'email',
'value' => 'CHtml::link(CHtml::encode($data->email), array("update", "id"=>$data->id));',
'value' => 'CHtml::mailto(CHtml::encode($data->email));',
'headerHtmlOptions'=>array(
'class' => 'head1',
),