xref: /webtrees/resources/views/modules/fix-place-names/options.phtml (revision 748dbe155a6d19d66918ad136947fa23ee8f8469)
129a51599SGreg Roach<?php
229a51599SGreg Roach
329a51599SGreg Roachdeclare(strict_types=1);
429a51599SGreg Roach
529a51599SGreg Roachuse Fisharebest\Webtrees\I18N;
629a51599SGreg Roach
729a51599SGreg Roach?>
829a51599SGreg Roach
99e3c2cf9SGreg Roach<div class="row mb-3">
10*748dbe15SGreg Roach    <label class="col-sm-3 col-form-label" for="search-for">
1129a51599SGreg Roach        <?= I18N::translate('Search') ?>
1229a51599SGreg Roach    </label>
1329a51599SGreg Roach
1429a51599SGreg Roach    <div class="col-sm-9">
15*748dbe15SGreg Roach        <input class="form-control" id="search-for" name="search-for">
1629a51599SGreg Roach    </div>
1729a51599SGreg Roach</div>
1829a51599SGreg Roach
199e3c2cf9SGreg Roach<div class="row mb-3">
20*748dbe15SGreg Roach    <label class="col-sm-3 col-form-label" for="replace-with">
2129a51599SGreg Roach        <?= I18N::translate('Replace') ?>
2229a51599SGreg Roach    </label>
2329a51599SGreg Roach
2429a51599SGreg Roach    <div class="col-sm-9">
25*748dbe15SGreg Roach        <input class="form-control" id="replace-with" name="replace-with">
2629a51599SGreg Roach    </div>
2729a51599SGreg Roach</div>
28