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:
@ -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>
|
||||
|
Reference in New Issue
Block a user