wip
This commit is contained in:
@ -19,7 +19,7 @@ use yii\helpers\Url;
|
||||
* @var $this yii\web\View
|
||||
*/
|
||||
|
||||
$this->title = Yii::t('user', 'Roles');
|
||||
$this->title = Yii::t('usuario', 'Roles');
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
?>
|
||||
@ -34,21 +34,21 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'columns' => [
|
||||
[
|
||||
'attribute' => 'name',
|
||||
'header' => Yii::t('user', 'Name'),
|
||||
'header' => Yii::t('usuario', 'Name'),
|
||||
'options' => [
|
||||
'style' => 'width: 20%',
|
||||
],
|
||||
],
|
||||
[
|
||||
'attribute' => 'description',
|
||||
'header' => Yii::t('user', 'Description'),
|
||||
'header' => Yii::t('usuario', 'Description'),
|
||||
'options' => [
|
||||
'style' => 'width: 55%',
|
||||
],
|
||||
],
|
||||
[
|
||||
'attribute' => 'rule_name',
|
||||
'header' => Yii::t('user', 'Rule name'),
|
||||
'header' => Yii::t('usuario', 'Rule name'),
|
||||
'options' => [
|
||||
'style' => 'width: 20%',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user