|
|
|
@ -71,7 +71,7 @@
|
|
|
|
<form class="form-inline" th:action="@{/document/{id}/field/label/delete(id=${document.id})}" method="post">
|
|
|
|
<form class="form-inline" th:action="@{/document/{id}/field/label/delete(id=${document.id})}" method="post">
|
|
|
|
<input type="hidden" name="labelFieldId" th:value="${field.id}">
|
|
|
|
<input type="hidden" name="labelFieldId" th:value="${field.id}">
|
|
|
|
<input type="hidden" name="documentId" th:value="${document.id}">
|
|
|
|
<input type="hidden" name="documentId" th:value="${document.id}">
|
|
|
|
<button type="submit" class="warning">weg</button>
|
|
|
|
<button type="submit" class="warning">löschen</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</dt>
|
|
|
|
</dt>
|
|
|
|
<dd th:text="${field.value}"></dd>
|
|
|
|
<dd th:text="${field.value}"></dd>
|
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
<form class="form-inline" th:action="@{/document/{id}/field/date/delete(id=${document.id})}" method="post">
|
|
|
|
<form class="form-inline" th:action="@{/document/{id}/field/date/delete(id=${document.id})}" method="post">
|
|
|
|
<input type="hidden" name="dateFieldId" th:value="${field.id}">
|
|
|
|
<input type="hidden" name="dateFieldId" th:value="${field.id}">
|
|
|
|
<input type="hidden" name="documentId" th:value="${document.id}">
|
|
|
|
<input type="hidden" name="documentId" th:value="${document.id}">
|
|
|
|
<button type="submit" class="warning">weg</button>
|
|
|
|
<button type="submit" class="warning">löschen</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</dt>
|
|
|
|
</dt>
|
|
|
|
<dd th:text="${#temporals.format(field.value, 'yyyy-MM-dd HH:mm')}"></dd>
|
|
|
|
<dd th:text="${#temporals.format(field.value, 'yyyy-MM-dd HH:mm')}"></dd>
|
|
|
|
|