From 5019493cadb6066dac644b4f02fa07245911d5e3 Mon Sep 17 00:00:00 2001 From: tonis Date: Mon, 19 Feb 2024 16:29:38 +0200 Subject: [PATCH] fixed login etc cards not centered --- .../resources/views/bootstrap5/admin/_session-history.php | 2 +- src/User/resources/views/bootstrap5/admin/create.php | 2 +- src/User/resources/views/bootstrap5/recovery/request.php | 5 ++++- .../resources/views/bootstrap5/registration/register.php | 6 +++++- src/User/resources/views/bootstrap5/registration/resend.php | 4 +++- src/User/resources/views/bootstrap5/security/login.php | 6 ++++-- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/User/resources/views/bootstrap5/admin/_session-history.php b/src/User/resources/views/bootstrap5/admin/_session-history.php index c86f647b..ac0c96cd 100755 --- a/src/User/resources/views/bootstrap5/admin/_session-history.php +++ b/src/User/resources/views/bootstrap5/admin/_session-history.php @@ -29,7 +29,7 @@ beginContent($module->viewPath. '/admin/update.php', ['user' => $user]) ?>
-
+
$user->id], diff --git a/src/User/resources/views/bootstrap5/admin/create.php b/src/User/resources/views/bootstrap5/admin/create.php index 16b61f2c..43d980f1 100644 --- a/src/User/resources/views/bootstrap5/admin/create.php +++ b/src/User/resources/views/bootstrap5/admin/create.php @@ -32,7 +32,7 @@ ) ?>
-
+

title) ?>

diff --git a/src/User/resources/views/bootstrap5/recovery/request.php b/src/User/resources/views/bootstrap5/recovery/request.php index 0082377c..1e1fa619 100644 --- a/src/User/resources/views/bootstrap5/recovery/request.php +++ b/src/User/resources/views/bootstrap5/recovery/request.php @@ -22,7 +22,9 @@ $this->params['breadcrumbs'][] = $this->title; ?>
-
+
+ +

title) ?>

@@ -44,4 +46,5 @@
+
diff --git a/src/User/resources/views/bootstrap5/registration/register.php b/src/User/resources/views/bootstrap5/registration/register.php index 4c89e9f0..905e2a16 100644 --- a/src/User/resources/views/bootstrap5/registration/register.php +++ b/src/User/resources/views/bootstrap5/registration/register.php @@ -23,7 +23,9 @@ $this->params['breadcrumbs'][] = $this->title; ?>
-
+
+ +

title) ?>

@@ -58,4 +60,6 @@

+
+
diff --git a/src/User/resources/views/bootstrap5/registration/resend.php b/src/User/resources/views/bootstrap5/registration/resend.php index d25f392d..664c9151 100644 --- a/src/User/resources/views/bootstrap5/registration/resend.php +++ b/src/User/resources/views/bootstrap5/registration/resend.php @@ -21,7 +21,8 @@ $this->params['breadcrumbs'][] = $this->title; ?>
-
+
+

title) ?>

@@ -43,4 +44,5 @@
+
diff --git a/src/User/resources/views/bootstrap5/security/login.php b/src/User/resources/views/bootstrap5/security/login.php index db7d3360..a13bec14 100644 --- a/src/User/resources/views/bootstrap5/security/login.php +++ b/src/User/resources/views/bootstrap5/security/login.php @@ -25,8 +25,9 @@ render('/shared/_alert', ['module' => Yii::$app->getModule('user')]) ?> -
-
+
+
+

title) ?>

@@ -96,4 +97,5 @@ ] ) ?>
+