aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/reply_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/reply_form.php')
-rw-r--r--templates/reply_form.php5
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