diff options
| author | winter | 2025-01-16 18:33:18 +0000 |
|---|---|---|
| committer | winter | 2025-01-16 18:33:18 +0000 |
| commit | 8de5608976dc8a73a400267601acb4c8e127de5a (patch) | |
| tree | a907dd4c4e55e331979cd9ce14852592af2654a0 /templates/reply_form.php | |
| parent | e3a0248c3b1762abf5138fbd1b8228601006d44d (diff) | |
note privacy and summary stuff
Diffstat (limited to 'templates/reply_form.php')
| -rw-r--r-- | templates/reply_form.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/reply_form.php b/templates/reply_form.php index 9a1d7e5..3434472 100644 --- a/templates/reply_form.php +++ b/templates/reply_form.php @@ -6,6 +6,11 @@ <textarea id="replyContent-<?= $note->id ?>" name="content" required autocomplete="off"></textarea> </div> <div class="row"> + <label for="replySummary-<?= $note->id ?>"><?= __('writeNote.summary.label') ?></label> + <input type="text" id="replySummary-<?= $note->id ?>" name="summary" autocomplete="off" + value="<?= $note->summary ? "re: $note->summary" : '' ?>"> + </div> + <div class="row"> <button class="primary"><?= __('writeReply.action') ?></button> </div> </form>
\ No newline at end of file |
