xref: /webtrees/resources/views/modals/location-fields.phtml (revision 24f2a3af38709f9bf0a739b30264240d20ba34e8)
1<?php
2
3use Fisharebest\Webtrees\I18N;
4
5?>
6
7<div class="form-group">
8    <label class="col-form-label" for="location-name">
9        <?= I18N::translate('Name') ?>
10    </label>
11    <input class="form-control" type="text" id="location-name" name="location_name" required>
12</div>
13