aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/write_note_form.php
blob: c28dc12f347bf9f9aa8fb16789760e5c8d5e3932 (plain)
1
2
3
4
5
6
7
8
9
10
<form action="/todo" method="post" hx-post="/fragment/note" hx-swap="outerHTML" hx-disabled-elt="find button"
    _="on submit wait 1s then trigger update on #liveTimelineUpdater">
    <div class="row">
        <label for="noteContent"><?= __('writeNote.label') ?></label>
        <textarea name="content" id="noteContent" required autocomplete="off"></textarea>
    </div>
    <div class="row">
        <button class="primary"><?= __('writeNote.action') ?></button>
    </div>
</form>