summaryrefslogtreecommitdiff
path: root/resources/views/edit/new-individual.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-23 23:29:16 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-24 00:02:54 +0000
commitd993d560f991544b8dc49e013a8027c6fc967956 (patch)
tree9f255ae42f1df765d05babdcfe80466529c69bb8 /resources/views/edit/new-individual.phtml
parent5edf1a448f62d454c87a7c9de603ad193d6626b1 (diff)
downloadwebtrees-d993d560f991544b8dc49e013a8027c6fc967956.tar.gz
webtrees-d993d560f991544b8dc49e013a8027c6fc967956.tar.bz2
webtrees-d993d560f991544b8dc49e013a8027c6fc967956.zip
Working on icons
Diffstat (limited to 'resources/views/edit/new-individual.phtml')
-rw-r--r--resources/views/edit/new-individual.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/edit/new-individual.phtml b/resources/views/edit/new-individual.phtml
index dcc72e7efd..3381ae23b7 100644
--- a/resources/views/edit/new-individual.phtml
+++ b/resources/views/edit/new-individual.phtml
@@ -316,19 +316,19 @@ $bdm = ''; // used to copy '1 SOUR' to '2 SOUR' for BIRT DEAT MARR
<div class="row form-group">
<div class="col-sm-9 offset-sm-3">
<button class="btn btn-primary" type="submit">
- <?= FontAwesome::decorativeIcon('save') ?>
+ <?= view('icons/save') ?>
<?= /* I18N: A button label. */
I18N::translate('save') ?>
</button>
<?php if (preg_match('/^add_(child|spouse|parent|unlinked_indi)/', $nextaction)) : ?>
<button class="btn btn-primary" type="submit" name="goto" value="<?= $xref ?>">
- <?= FontAwesome::decorativeIcon('save') ?>
+ <?= view('icons/save') ?>
<?= /* I18N: A button label. */
I18N::translate('go to new individual') ?>
</button>
<?php endif ?>
<a class="btn btn-secondary" href="<?= e($cancel_url) ?>">
- <?= FontAwesome::decorativeIcon('cancel') ?>
+ <?= view('icons/cancel') ?>
<?= /* I18N: A button label. */
I18N::translate('cancel') ?>
</a>