| 84 | 84 | </div> |
| 85 | 85 | <div id="caption_prompt_block"> |
| 86 | 86 | <label for="caption_prompt" data-i18n="Caption Prompt">Caption Prompt</label> |
| 87 | 87 | <textarea id="caption_prompt" class="text_pole" rows="1" placeholder="< Use default >">${{PROMPT_DEFAULT}}</textarea> |
| 88 | 88 | <label class="checkbox_label margin-bot-10px" for="caption_prompt_ask" title="Ask for a custom prompt every time an image is captioned."> |
| 89 | 89 | <input id="caption_prompt_ask" type="checkbox" class="checkbox"> |
| 90 | 90 | <span data-i18n="Ask every time">Ask every time</span> |
| 91 | 91 | </label> |
| 92 | 92 | </div> |
| 93 | 93 | <label for="caption_template"><span data-i18n="Message Template">Message Template</span> <small><span data-i18n="(use _space">(use </span> <code>{{caption}}</code> <span data-i18n="macro)">macro)</span></small></label> |
| 94 | 94 | <textarea id="caption_template" class="text_pole" rows="2" placeholder="< Use default >">${{TEMPLATE_DEFAULT}}</textarea> |
| 95 | 95 | <label class="checkbox_label margin-bot-10px" for="caption_refine_mode"> |
| 96 | 96 | <input id="caption_refine_mode" type="checkbox" class="checkbox"> |
| 97 | 97 | <span data-i18n="Edit captions before saving">Edit captions before saving</span> |