Revize f38b6ac8
Přidáno uživatelem Jan Čarnogurský před téměř 5 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
22 | 22 |
<div class="container box"> |
23 | 23 |
<div class="col-md-12"> |
24 | 24 |
<div class="col-md-12 form-group row"> |
25 |
<label for="exampleFormControlSelect1" class="name-input-label">Titulek tabulky:</label>
|
|
25 |
<label th:for="${tableName}" class="name-input-label">Titulek tabulky:</label>
|
|
26 | 26 |
<input type="text" class="form-control name-input" th:field="*{tableName}" |
27 | 27 |
th:value="${configuration?.tableName}"> |
28 | 28 |
</div> |
... | ... | |
73 | 73 |
<option th:each="operator : ${parameterInConfiguration.parameter.operators}" |
74 | 74 |
th:text="${operator.name}" th:value="${operator.name}"></option> |
75 | 75 |
</select> |
76 |
<input type="text" class="form-control select-filter-input" id="name"
|
|
76 |
<input type="text" class="form-control select-filter-input" |
|
77 | 77 |
th:field="${configuration.parametersInConfiguration[__${itemStat.index}__].operatorValue}"> |
78 | 78 |
</div> |
79 | 79 |
</td> |
... | ... | |
143 | 143 |
</td> |
144 | 144 |
<td> |
145 | 145 |
<input th:field="${configuration.parametersInConfiguration[__${itemStat.index}__].columnName}" |
146 |
type="text" class="form-control select-filter-input" id="name">
|
|
146 |
type="text" class="form-control select-filter-input"> |
|
147 | 147 |
</td> |
148 | 148 |
<td> |
149 | 149 |
<span><i class="fas fa-sort"></i></span> |
... | ... | |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
<div class="col-md-12 form-group row template-input"> |
191 |
<label for="exampleFormControlSelect1" class="template-input-label">Vlastní název šablony:</label>
|
|
191 |
<label th:for="${configuration.name}" class="template-input-label">Vlastní název šablony:</label>
|
|
192 | 192 |
<div class=""> |
193 |
<input type="text" required="required" class="form-control select-filter-input" id="name" |
|
194 |
th:field="${configuration.name}"> |
|
193 |
<input type="text" required="required" class="form-control select-filter-input" th:field="${configuration.name}"> |
|
195 | 194 |
</div> |
196 | 195 |
|
197 | 196 |
<button type="submit" class="btn btn-success mb-2 template-input-submit">Uložit šablonu</button> |
... | ... | |
224 | 223 |
</td> |
225 | 224 |
</div> |
226 | 225 |
</tr> |
227 |
|
|
228 |
|
|
229 | 226 |
</table> |
230 | 227 |
</div> |
231 | 228 |
</div> |
Také k dispozici: Unified diff
re #8024 - templates refaktoring