From ef6774e58dda17e89832baf549e3d950f52be44a Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 25 Sep 2024 11:46:56 +0300 Subject: [PATCH] Update Active Form for Bootstrap 5 (#418) --- docs/CHANGELOG.md | 1 + views/config/index.php | 2 +- views/mail/adduser.php | 2 +- views/mail/editEntry.php | 2 +- views/tag/editConversationTagsModal.php | 4 ++-- views/tag/manage.php | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c9a0ae32..a8c39a4e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,7 @@ Changelog - Fix #412: Fix active message after mark unread - Fix #15: When replying to a message, the conversation is marked as unread - Enh #417: Replace theme variables with CSS variables +- Enh #418: Update Active Form for Bootstrap 5 3.2.2 (July 9, 2024) -------------------- diff --git a/views/config/index.php b/views/config/index.php index 7faba264..378e99c6 100644 --- a/views/config/index.php +++ b/views/config/index.php @@ -1,8 +1,8 @@ diff --git a/views/mail/adduser.php b/views/mail/adduser.php index 0f1e35cb..aaa177bd 100644 --- a/views/mail/adduser.php +++ b/views/mail/adduser.php @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/views/tag/manage.php b/views/tag/manage.php index 8c48f6b4..f240b060 100644 --- a/views/tag/manage.php +++ b/views/tag/manage.php @@ -3,11 +3,11 @@ use humhub\modules\mail\helpers\Url; use humhub\modules\mail\models\forms\AddTag; use humhub\modules\mail\models\MessageTag; +use humhub\modules\ui\form\widgets\ActiveForm; use humhub\modules\ui\view\components\View; use humhub\widgets\Button; use humhub\widgets\GridView; use humhub\widgets\ModalButton; -use yii\bootstrap\ActiveForm; use yii\data\ActiveDataProvider; use yii\grid\ActionColumn; use yii\helpers\Html;