From 6472a667f32580eaef91382663bf1f6e3560b74e Mon Sep 17 00:00:00 2001 From: david Date: Thu, 1 Mar 2012 19:42:54 +0000 Subject: [PATCH] - 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 --- www/protected/views/usuario/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/protected/views/usuario/index.php b/www/protected/views/usuario/index.php index 0e39ae8..2032e33 100644 --- a/www/protected/views/usuario/index.php +++ b/www/protected/views/usuario/index.php @@ -81,7 +81,7 @@ or =) 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', ),