File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
/* @var $model mdm\admin\models\AuthItem */
11
11
12
12
$ this ->title = $ model ->name ;
13
- $ this ->params ['breadcrumbs ' ][] = ['label ' => ' Permissions ' , 'url ' => ['index ' ]];
13
+ $ this ->params ['breadcrumbs ' ][] = ['label ' => Yii:: t ( ' rbac-admin ' , ' Permissions ') , 'url ' => ['index ' ]];
14
14
$ this ->params ['breadcrumbs ' ][] = $ this ->title ;
15
15
?>
16
16
<div class="auth-item-view">
Original file line number Diff line number Diff line change 7
7
* @var mdm\admin\models\AuthItem $model
8
8
*/
9
9
$ this ->title = Yii::t ('rbac-admin ' , 'Update Role ' ).': ' . $ model ->name ;
10
- $ this ->params ['breadcrumbs ' ][] = ['label ' => ' Roles ' , 'url ' => ['index ' ]];
10
+ $ this ->params ['breadcrumbs ' ][] = ['label ' => Yii:: t ( ' rbac-admin ' , ' Roles ') , 'url ' => ['index ' ]];
11
11
$ this ->params ['breadcrumbs ' ][] = ['label ' => $ model ->name , 'url ' => ['view ' , 'id ' => $ model ->name ]];
12
12
$ this ->params ['breadcrumbs ' ][] = Yii::t ('rbac-admin ' , 'Update ' );
13
13
?>
Original file line number Diff line number Diff line change 8
8
* @var mdm\admin\models\AuthItem $model
9
9
*/
10
10
$ this ->title = $ model ->name ;
11
- $ this ->params ['breadcrumbs ' ][] = ['label ' => ' Rules ' , 'url ' => ['index ' ]];
11
+ $ this ->params ['breadcrumbs ' ][] = ['label ' => Yii:: t ( ' rbac-admin ' , ' Rules ') , 'url ' => ['index ' ]];
12
12
$ this ->params ['breadcrumbs ' ][] = $ this ->title ;
13
13
?>
14
14
<div class="auth-item-view">
You can’t perform that action at this time.
0 commit comments