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