diff options
Diffstat (limited to 'templates/write_note_form.php')
| -rw-r--r-- | templates/write_note_form.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php index d2dae61..b86e825 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -9,13 +9,12 @@ <div class="handle">@<?= $actor->handle ?></div> </div> </div> - <div class="row"> + <div class="row summaryAndContent"> <label for="noteContent"><?= __('writeNote.label') ?></label> - <textarea name="content" id="noteContent" required autocomplete="off"></textarea> - </div> - <div class="row"> - <label for="noteSummary"><?= __('writeNote.summary.label') ?></label> - <input type="text" id="noteSummary" name="summary" autocomplete="off"> + <input type="text" id="noteSummary" name="summary" autocomplete="off" + placeholder="<?= __('writeNote.summary.label') ?>"> + <textarea name="content" id="noteContent" required autocomplete="off" + placeholder="<?= __('writeNote.placeholder') ?>"></textarea> </div> <div class="row"> <label class="standalone"><?= __('writeNote.mentions.label') ?></label> |
