Add option to export

This commit is contained in:
Elian Doran
2025-02-01 16:55:50 +02:00
parent eedad4170e
commit 9a3a6f90ea
3 changed files with 9 additions and 1 deletions

View File

@@ -106,6 +106,13 @@ const TPL = `
${t("export.format_markdown")}
</label>
</div>
<div class="form-check">
<label class="form-check-label tn-radio">
<input class="form-check-input" type="radio" name="export-single-format" value="pdf">
${t("export.format_pdf")}
</label>
</div>
</div>
</div>
<div class="modal-footer">