xref: /webtrees/resources/views/modals/location-fields.phtml (revision b6017f990d38d8c56e04c0096ce9a7e8745ad4ba)
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