2 $this->breadcrumbs = array(
9 <?php echo $this->renderPartial(
'_menu', array(
12 CHtml::link(
UserModule::t(
'Import Users'), array(
'/user/import')),
17 <?php $this->widget(
'zii.widgets.grid.CGridView', array(
18 'dataProvider' => $model->search(),
24 'value' =>
'CHtml::link(CHtml::encode($data->id),array("admin/update","id"=>$data->id))',
29 'value' =>
'CHtml::link(CHtml::encode($data->username),array("admin/view","id"=>$data->id))',
32 'name' =>
'firstname',
34 'value' =>
'$data->profile->firstname',
39 'value' =>
'$data->profile->lastname',
44 'value' =>
'CHtml::link(CHtml::encode($data->email), "mailto:".$data->email)',
47 'name' =>
'createtime',
48 'value' =>
'$data->createtime',
56 'value' =>
'User::itemAlias("UserStatus",$data->status)',
57 'filter' => User::itemAlias(
"UserStatus"),
64 'class' =>
'CButtonColumn',
65 'template' =>
'{rights}{view}{update}{delete}',
69 'url' =>
'$this->grid->controller->createUrl("assignment/user", array("id"=>$data->id))',
70 'imageUrl' => $this->module->getAssetsUrl() .
'/user-rights.gif',
73 'htmlOptions' => array(
'style' =>
'width:64px')