Skip to content

Commit

Permalink
Merge pull request #504 from humhub/enh/372-bs5-active-form
Browse files Browse the repository at this point in the history
[v1.17] Update Active Form for Bootstrap 5
  • Loading branch information
luke- authored Sep 25, 2024
2 parents 2abbc74 + 406871f commit 34545fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.6.4 (Unreleased)
-----------------------
- Enh #502: Replace theme variables with CSS variables
- Enh #504: Update Active Form for Bootstrap 5

1.6.3 (August 23, 2024)
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions views/config/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

use humhub\modules\calendar\models\MenuSettings;
use humhub\modules\calendar\widgets\GlobalConfigMenu;
use humhub\modules\ui\form\widgets\ActiveForm;
use humhub\modules\ui\form\widgets\SortOrderField;
use humhub\widgets\Button;
use yii\widgets\ActiveForm;

/* @var $model MenuSettings */
?>
Expand All @@ -30,4 +30,4 @@
<?= Button::save()->submit() ?>
<?php ActiveForm::end(); ?>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion views/config/snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
/* @var $model \humhub\modules\calendar\models\SnippetModuleSettings */

use humhub\modules\calendar\widgets\GlobalConfigMenu;
use humhub\modules\ui\form\widgets\ActiveForm;
use humhub\modules\ui\form\widgets\SortOrderField;
use humhub\widgets\Button;
use yii\widgets\ActiveForm;
?>

<div class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion views/global/selectContainerModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

use humhub\libs\Html;
use humhub\modules\ui\form\widgets\ActiveForm;
use humhub\widgets\ModalButton;
use humhub\widgets\ModalDialog;
use yii\bootstrap\ActiveForm;

/* @var $contentContainerSelection array */
/* @var $submitUrl array */
Expand Down

0 comments on commit 34545fd

Please sign in to comment.