Poll WIP (#231):

* backend save WIP
* various fixes
This commit is contained in:
John Livingston
2024-06-29 18:15:04 +02:00
parent 14e0576329
commit a7250efd06
3 changed files with 111 additions and 17 deletions

View File

@ -20,13 +20,9 @@ export function tplPollForm (el) {
${el.form_fields}
${
el.modal
? html`` // no need for submit button, the modal will have one in the footer
: html`<fieldset class="buttons form-group">
<input type="submit" class="btn btn-primary" value="${i18nOk}" />
</fieldset>`
}
<fieldset class="buttons form-group">
<input type="submit" class="btn btn-primary" value="${i18nOk}" />
</fieldset>
</form>`
: ''
}`