Add HTML format for output

This commit is contained in:
Claude Brisson
2024-02-29 17:53:33 +01:00
parent 2020db53af
commit 13eaa77a40
3 changed files with 22 additions and 2 deletions

View File

@@ -99,13 +99,14 @@
<div class="popup-content">
<div class="horz">
<span>Choose format</span>
<button type="button" class="ui blue floating publish-html button">HTML</button>
<button type="button" class="ui blue floating publish-egf button">EGF</button>
<button type="button" class="ui blue floating publish-ffg button">FFG</button>
</div>
</div>
<div class="popup-footer">
<div class="form-actions">
<button type="button" class="ui gray floating cancel button">Cancel</button>
<button type="button" class="ui gray floating close button">Cancel</button>
</div>
</div>
</div>