1
0
mirror of https://github.com/pcvolkmer/grz-metadata-processor.git synced 2025-07-03 04:42:54 +00:00

feat: closable case parts

This commit is contained in:
2025-06-09 18:45:47 +02:00
parent 8712433b37
commit b73e262e6e
8 changed files with 52 additions and 20 deletions

View File

@ -20,9 +20,12 @@
</form>
</div>
<div th:each="file : ${files}">
<details th:each="file : ${files}" open>
<!-- File -->
<h4>Datei</h4>
<summary class="h4">
Datei
<code>[[ ${file.filePath} ]]</code>
</summary>
<form class="file">
<input type="hidden" name="id" th:value="${file.id}" />
@ -73,7 +76,7 @@
<button class="save" th:hx-put="@{/files/unused/{fileId}(fileId=${file.id})}" hx-target="body">Änderungen übernehmen</button>
</div>
</form>
</div>
</details>
</div>
</main>
</div>