- 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:
parent
5a670f9352
commit
6472a667f3
@ -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',
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user