Skip to content

Commit

Permalink
BS5 - Update modules with latest changes in core
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Jan 11, 2025
1 parent 7851a7b commit a45cf92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions views/mail/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
?>
<div class="<?= ThemeHelper::isFluid() ? 'container-fluid' : 'container' ?><?= $messageId ? ' mail-conversation-single-message' : '' ?>">
<div class="row">
<div class="col-md-4">
<div class="col-lg-4">
<?= $this->render('_conversation_sidebar') ?>
</div>

<div class="col-md-8 messages">
<div class="col-lg-8 messages">
<?= ConversationView::widget(['messageId' => $messageId]) ?>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/tag/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
?>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-lg-12">
<div class="panel panel-default">
<div id="mail-conversation-header" class="panel-heading">
<?= Yii::t('MailModule.base', '<strong>Manage</strong> conversation tags') ?>
Expand Down
2 changes: 1 addition & 1 deletion widgets/views/notificationInbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
</li>
<li>
<a class="dropdown-item btn btn-light col-md-12" href="<?= Url::toMessenger() ?>">
<a class="dropdown-item btn btn-light col-lg-12" href="<?= Url::toMessenger() ?>">
<?= Yii::t('MailModule.base', 'Show all messages') ?>
</a>
</li>
Expand Down

0 comments on commit a45cf92

Please sign in to comment.