Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Apr 18, 2024
1 parent 0ff8bca commit 5f35a16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.2",
"oveleon/contao-recommendation-bundle": "^1.5",
"oveleon/contao-recommendation-bundle": "^1.5.1",
"contao-thememanager/core": "^2.0.8"
},
"require-dev": {
Expand Down
8 changes: 4 additions & 4 deletions contao/templates/recommendation/recommendation_card.html5
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
<?php if ($this->allowRedirect): ?>
<p class="more"><?= $this->more ?></p>
<?php elseif ($this->dialog): ?>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<dialog class="rec_dialog rec_dialog_<?= $this->id ?>">
<div class="rec_dialog--content">
<?= $this->text ?>
<?= $this->text ?>
<form class="dialog-btn" method="dialog">
<button><?= $this->trans('MSC.close') ?></button>
</form>
</div>
</dialog>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<?php endif; ?>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions contao/templates/recommendation/recommendation_default.html5
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
<?php if ($this->allowRedirect): ?>
<p class="more"><?= $this->more ?></p>
<?php elseif ($this->dialog): ?>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<dialog class="rec_dialog rec_dialog_<?= $this->id ?>">
<div class="rec_dialog--content">
<?= $this->text ?>
<?= $this->text ?>
<form class="dialog-btn" method="dialog">
<button><?= $this->trans('MSC.close') ?></button>
</form>
</div>
</dialog>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<?php endif; ?>
</div>
</div>
8 changes: 4 additions & 4 deletions contao/templates/recommendation/recommendation_latest.html5
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
<?php if ($this->allowRedirect): ?>
<p class="more"><?= $this->more ?></p>
<?php elseif ($this->dialog): ?>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<dialog class="rec_dialog rec_dialog_<?= $this->id ?>">
<div class="rec_dialog--content">
<?= $this->text ?>
<?= $this->text ?>
<form class="dialog-btn" method="dialog">
<button><?= $this->trans('MSC.close') ?></button>
</form>
</div>
</dialog>
<p class="more">
<span class="rec_show-modal" data-id="<?= $this->id ?>"><?= $this->more ?></span>
</p>
<?php endif; ?>
</div>
</div>

0 comments on commit 5f35a16

Please sign in to comment.