diff options
| author | jade (winter) | 2026-05-09 15:50:43 +0100 |
|---|---|---|
| committer | jade (winter) | 2026-05-09 15:50:43 +0100 |
| commit | d9bf17761d6b770e8e56c642a8fa0f8e460a662f (patch) | |
| tree | ea4352382dc2535162a98dd5f404c927248932a5 /templates/note/write_form.php | |
| parent | e4a541e67fbd05a6bf657f95fdf221e702d50bae (diff) | |
add rudimentary language option and improve reply scope stuff
Diffstat (limited to 'templates/note/write_form.php')
| -rw-r--r-- | templates/note/write_form.php | 7 |
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> |
