Revize fb86dc6a
Přidáno uživatelem Jan Čarnogurský před více než 4 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
8 | 8 |
|
9 | 9 |
<div layout:fragment="content"> |
10 | 10 |
|
11 |
<meta th:name="${_csrf.parameterName}" th:content="${_csrf.token}"/> |
|
12 |
|
|
11 | 13 |
<div class="container"> |
12 | 14 |
<h1> |
13 | 15 |
Sestava - |
... | ... | |
17 | 19 |
<a href="/" class="btn btn-success mb-2">Zpět</a> |
18 | 20 |
</div> |
19 | 21 |
|
20 |
<form th:object="${configuration}" method="post" th:action="@{${formAction}}"> |
|
22 |
<form th:object="${configuration}" method="post" th:action="@{${formAction}}" id="assembly-form">
|
|
21 | 23 |
<input type="hidden" th:field="*{assembly.id}" th:value="${configuration.assembly?.getId()}"/> |
22 | 24 |
<input type="hidden" name="isNotRemoveEmpty"/> |
23 | 25 |
<div class="container box"> |
Také k dispozici: Unified diff
re #8175 - hide spinner after pdf/excel generation