summaryrefslogtreecommitdiff
path: root/resources/views/modals/footer-close.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modals/footer-close.phtml')
-rw-r--r--resources/views/modals/footer-close.phtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/views/modals/footer-close.phtml b/resources/views/modals/footer-close.phtml
new file mode 100644
index 0000000000..622dafb269
--- /dev/null
+++ b/resources/views/modals/footer-close.phtml
@@ -0,0 +1,9 @@
+<?php use Fisharebest\Webtrees\FontAwesome; ?>
+<?php use Fisharebest\Webtrees\I18N; ?>
+
+<div class="modal-footer">
+ <button type="button" class="btn btn-primary" data-dismiss="modal">
+ <?= FontAwesome::decorativeIcon('cancel') ?>
+ <?= I18N::translate('close') ?>
+ </button>
+</div>