xref: /webtrees/resources/views/modals/note-object-fields.phtml (revision 8ec20abd79c212e7a7eb551d7b7b258fce55abb3)
1<?php use Fisharebest\Webtrees\I18N; ?>
2
3<div class="form-group">
4    <label class="col-form-label" for="note">
5        <?= I18N::translate('Note') ?>
6    </label>
7    <textarea class="form-control" id="note" name="note" required rows="5"></textarea>
8</div>
9
10<?= view('modals/restriction-fields') ?>
11