diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dcded6..2ecee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Fix #169: Fix bug in ReCaptchaComponent (BuTaMuH) - Fix #168: Fix spelling in russian language (EvgenyOrekhov) - Fix #195: UserCreateService: check if we're from web before setting flash message (maxxer) + - Enh: Improvements to the admin responsive design (wautvda) ## 1.1.4 - February 19, 2018 - Enh: Check enableEmailConfirmation on registration (faenir) diff --git a/src/User/resources/views/admin/index.php b/src/User/resources/views/admin/index.php index c9a9e46..e4f8b71 100644 --- a/src/User/resources/views/admin/index.php +++ b/src/User/resources/views/admin/index.php @@ -30,7 +30,7 @@ $module = Yii::$app->getModule('user'); beginContent('@Da/User/resources/views/shared/admin_layout.php') ?> - +
$dataProvider, @@ -191,7 +191,7 @@ $module = Yii::$app->getModule('user'); ], ] ); ?> - +
endContent() ?> diff --git a/src/User/resources/views/permission/index.php b/src/User/resources/views/permission/index.php index fd3ba56..a3f3958 100644 --- a/src/User/resources/views/permission/index.php +++ b/src/User/resources/views/permission/index.php @@ -24,7 +24,7 @@ $this->params['breadcrumbs'][] = $this->title; ?> beginContent('@Da/User/resources/views/shared/admin_layout.php') ?> - +
$dataProvider, @@ -65,4 +65,5 @@ $this->params['breadcrumbs'][] = $this->title; ], ] ) ?> +
endContent() ?> diff --git a/src/User/resources/views/role/index.php b/src/User/resources/views/role/index.php index 605b066..0713f4c 100644 --- a/src/User/resources/views/role/index.php +++ b/src/User/resources/views/role/index.php @@ -25,7 +25,7 @@ $this->params['breadcrumbs'][] = $this->title; ?> beginContent('@Da/User/resources/views/shared/admin_layout.php') ?> - +
$dataProvider, @@ -66,5 +66,5 @@ $this->params['breadcrumbs'][] = $this->title; ], ] ) ?> - +
endContent() ?> diff --git a/src/User/resources/views/rule/index.php b/src/User/resources/views/rule/index.php index fe47bf3..9724ec8 100644 --- a/src/User/resources/views/rule/index.php +++ b/src/User/resources/views/rule/index.php @@ -17,7 +17,7 @@ $this->params['breadcrumbs'][] = $this->title; ?> beginContent('@Da/User/resources/views/shared/admin_layout.php') ?> - +
$dataProvider, @@ -72,5 +72,6 @@ $this->params['breadcrumbs'][] = $this->title; ], ] ) ?> +
endContent() ?>