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