chg: [element:genericElements] Button placement consistency in generic modal

pull/37/head
mokaddem 2021-01-12 11:59:35 +01:00
parent 41f96dedcb
commit adc4a776a8
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@
<?= $body ?>
</div>
<div class="modal-footer">
<?= $actionButton ?>
<button type="button" class="btn btn-secondary cancel-button" data-dismiss="modal"><?= __('Cancel') ?></button>
<?= $actionButton ?>
</div>
</div>
</div>