aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/note/write_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/note/write_form.php')
-rw-r--r--templates/note/write_form.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/note/write_form.php b/templates/note/write_form.php
index abd916c..d6178fa 100644
--- a/templates/note/write_form.php
+++ b/templates/note/write_form.php
@@ -58,8 +58,13 @@
<label class="standalone"><?= __('writeNote.attachments.label') ?></label>
<?php call_template('note/attachment_pill'); ?>
</div>
+ <div class="row">
+ <label for="noteLanguage"><?= __('misc.language') ?></label>
+ <input type="text" id="noteLanguage" name="language"
+ value="<?= get_ui_language() ?>">
+ </div>
</details>
<div class="row">
<button class="primary" id="writeNoteSubmitButton"><?= __('writeNote.action') ?></button>
</div>
-</form> \ No newline at end of file
+</form>