add fulfilled

This commit is contained in:
null
2024-03-07 20:16:26 +01:00
parent 3fa57d4da8
commit 21b127bd69
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -33,6 +33,9 @@
<label for="disabled">Disabled</label>
<input type="checkbox" name="disabled" {{ "checked" if data.disabled }}>
<label for="fulfilled">Fulfilled</label>
<input type="checkbox" name="fulfilled" {{ "checked" if data.fulfilled }}>
</fieldset>
<fieldset>
<button value="cancel" formmethod="dialog" onclick="window.top.postMessage('close', '*')">Cancel</button>