Feature: Document Templates - You can now officially create document template and create documents from a template - WIP list/edit/delete document templates

This commit is contained in:
johnnyq
2023-01-18 18:12:14 -05:00
parent 6b5cc267ea
commit 159586329f
4 changed files with 131 additions and 6 deletions

View File

@@ -30,7 +30,6 @@
<select class="form-control" name="template">
<option value="0">Document</option>
<option value="1">Template</option>
<option value="3">Global Template</option>
</select>
</div>
</div>