summaryrefslogtreecommitdiff
path: root/resources/views/modals/footer-close.phtml
blob: 034ccb86eac0d1175f48d84ada3f3bad41b59ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

use Fisharebest\Webtrees\I18N;

?>

<div class="modal-footer">
    <button type="button" class="btn btn-primary" data-bs-dismiss="modal">
        <?= view('icons/cancel') ?>
        <?= I18N::translate('close') ?>
    </button>
</div>