diff options
| author | winter | 2025-03-15 18:35:59 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 18:52:54 +0000 |
| commit | 61b122e88cc6783b4d0cf5142a22002f8e558c60 (patch) | |
| tree | 847b864a93f716157456891d4526077e5f0b93f7 /templates/write_note_form.php | |
| parent | cb904ef3fb05ab106d5e5e12f6273b8117db4216 (diff) | |
implement pages
Diffstat (limited to 'templates/write_note_form.php')
| -rw-r--r-- | templates/write_note_form.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php index 1062a27..394f7ba 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -21,11 +21,7 @@ placeholder="<?= __('writeNote.summary.label') ?>"> <textarea name="content" id="noteContent" required autocomplete="off" placeholder="<?= __('writeNote.placeholder') ?>"></textarea> - <span class="hint"> - <span class="inlineIcon material-symbols markdown-outline"></span> - <span><?= sprintf(__('writeNote.formattingHint'), - '<a href="https://commonmark.org/help/" target="_blank">' . __('writeNote.formattingHint.markdown') . '</a>') ?></span> - </span> + <?php call_template('formatting_hint'); ?> </div> <details> <summary><?= __('writeNote.moreOptions') ?></summary> |
