xref: /webtrees/resources/views/modals/footer-close.phtml (revision dd6b2bfcc550270bb6d6778e11576148f71e4330)
1*dd6b2bfcSGreg Roach<?php use Fisharebest\Webtrees\FontAwesome; ?>
2*dd6b2bfcSGreg Roach<?php use Fisharebest\Webtrees\I18N; ?>
3*dd6b2bfcSGreg Roach
4*dd6b2bfcSGreg Roach<div class="modal-footer">
5*dd6b2bfcSGreg Roach    <button type="button" class="btn btn-primary" data-dismiss="modal">
6*dd6b2bfcSGreg Roach        <?= FontAwesome::decorativeIcon('cancel') ?>
7*dd6b2bfcSGreg Roach        <?= I18N::translate('close') ?>
8*dd6b2bfcSGreg Roach    </button>
9*dd6b2bfcSGreg Roach</div>
10