delete button and function implemented, help page

This commit is contained in:
santa
2026-01-10 14:22:27 +01:00
parent ed5a86dce0
commit 12f99e9f2b
4 changed files with 120 additions and 71 deletions
+2 -3
View File
@@ -20,7 +20,7 @@
<nav class="menu1">
<a href="custom_document.html" class="li1">Manage document types</a>
<a href="" class="li1">Help</a>
<a href="help_page.html" class="li1">Help</a>
</nav>
</nav>
</section>
@@ -105,8 +105,7 @@
</div>
<div class="checkbox-container">
<input type="checkbox" name="docFormat" id="docFormatCustom" value="custom">
<select name="ai_type" id="ai_type">
<option>nichts</option>
<select name="customDocumentTypes" id="customDocumentTypes">
</select>
</div>
</div>