@@ -143,7 +143,9 @@ <h3 th:text="${#strings.capitalize(add_series)}">
143
143
You can also < a href ="../category/add.html "> add a new category</ a >
144
144
</ span >
145
145
</ small >
146
+ <!--/*/
146
147
<span id="category.errors" class="help-block" th:if="${#fields.hasErrors('category')}" th:each="error : ${#fields.errors('category')}" th:text="${error}"></span>
148
+ /*/-->
147
149
</ div >
148
150
</ div >
149
151
@@ -174,7 +176,9 @@ <h3 th:text="${#strings.capitalize(add_series)}">
174
176
You can also < a href ="../country/add.html "> add a new country</ a >
175
177
</ span >
176
178
</ small >
179
+ <!--/*/
177
180
<span id="country.errors" class="help-block" th:if="${#fields.hasErrors('country')}" th:each="error : ${#fields.errors('country')}" th:text="${error}"></span>
181
+ /*/-->
178
182
</ div >
179
183
</ div >
180
184
@@ -195,7 +199,9 @@ <h3 th:text="${#strings.capitalize(add_series)}">
195
199
min ="1 "
196
200
max ="50 "
197
201
th:field ="*{quantity} " />
202
+ <!--/*/
198
203
<span id="quantity.errors" class="help-block" th:if="${#fields.hasErrors('quantity')}" th:each="error : ${#fields.errors('quantity')}" th:text="${error}"></span>
204
+ /*/-->
199
205
</ div >
200
206
</ div >
201
207
@@ -207,7 +213,9 @@ <h3 th:text="${#strings.capitalize(add_series)}">
207
213
</ label >
208
214
< div class ="col-sm-1 ">
209
215
< input type ="checkbox " id ="perforated " checked ="checked " th:field ="*{perforated} " />
216
+ <!--/*/
210
217
<span id="perforated.errors" class="help-block" th:if="${#fields.hasErrors('perforated')}" th:each="error : ${#fields.errors('perforated')}" th:text="${error}"></span>
218
+ /*/-->
211
219
</ div >
212
220
</ div >
213
221
@@ -225,15 +233,15 @@ <h3 th:text="${#strings.capitalize(add_series)}">
225
233
You will be able to add additional images on the series page
226
234
</ span >
227
235
</ small >
236
+ <!--/*/
228
237
<span id="image.errors" class="help-block" th:if="${#fields.hasErrors('image')}" th:each="error : ${#fields.errors('image')}" th:text="${error}"></span>
238
+ /*/-->
229
239
</ div >
230
240
</ div >
231
241
232
242
< div class ="form-group js-collapse-toggle-header ">
233
243
< div class ="col-sm-offset-3 col-sm-5 ">
234
- < span class ="glyphicon glyphicon-chevron-right " th:class ="${issueDateHasErrors or issueDateHasValues ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="specify-issue-date-link " data-toggle ="collapse " data-target =".js-issue-date " th:text ="#{t_specify_issue_date} ">
235
- Specify date of release
236
- </ a >
244
+ < span class ="glyphicon glyphicon-chevron-right " th:class ="${issueDateHasErrors or issueDateHasValues ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="specify-issue-date-link " data-toggle ="collapse " data-target =".js-issue-date " th:text ="#{t_specify_issue_date} "> Specify date of release</ a >
237
245
</ div >
238
246
</ div >
239
247
@@ -315,17 +323,17 @@ <h3 th:text="${#strings.capitalize(add_series)}">
315
323
</ select >
316
324
</ div >
317
325
</ div >
326
+ <!--/*/
318
327
<span id="day.errors" class="help-block" th:if="${#fields.hasErrors('day')}" th:each="error : ${#fields.errors('day')}" th:text="${error}"></span>
319
328
<span id="year.errors" class="help-block" th:if="${#fields.hasErrors('year')}" th:each="error : ${#fields.errors('year')}" th:text="${error}"></span>
320
329
<span id="month.errors" class="help-block" th:if="${#fields.hasErrors('month')}" th:each="error : ${#fields.errors('month')}" th:text="${error}"></span>
330
+ /*/-->
321
331
</ div >
322
332
</ div >
323
333
324
334
< div class ="form-group js-collapse-toggle-header ">
325
335
< div class ="col-sm-offset-3 col-sm-7 ">
326
- < span class ="glyphicon glyphicon-chevron-right " th:class ="${showCatalogsInfo ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-catalog-numbers-link " data-toggle ="collapse " data-target =".js-catalogs-info " th:text ="#{t_add_catalogs_info} ">
327
- Add information from stamps catalogues
328
- </ a >
336
+ < span class ="glyphicon glyphicon-chevron-right " th:class ="${showCatalogsInfo ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-catalog-numbers-link " data-toggle ="collapse " data-target =".js-catalogs-info " th:text ="#{t_add_catalogs_info} "> Add information from stamps catalogues</ a >
329
337
</ div >
330
338
</ div >
331
339
@@ -347,8 +355,10 @@ <h3 th:text="${#strings.capitalize(add_series)}">
347
355
</ div >
348
356
</ div >
349
357
</ div >
358
+ <!--/*/
350
359
<span id="michelNumbers.errors" class="help-block" th:if="${#fields.hasErrors('michelNumbers')}" th:each="error : ${#fields.errors('michelNumbers')}" th:text="${error}"></span>
351
360
<span id="michelPrice.errors" class="help-block" th:if="${#fields.hasErrors('michelPrice')}" th:each="error : ${#fields.errors('michelPrice')}" th:text="${error}"></span>
361
+ /*/-->
352
362
</ div >
353
363
</ div >
354
364
@@ -370,8 +380,10 @@ <h3 th:text="${#strings.capitalize(add_series)}">
370
380
</ div >
371
381
</ div >
372
382
</ div >
383
+ <!--/*/
373
384
<span id="scottNumbers.errors" class="help-block" th:if="${#fields.hasErrors('scottNumbers')}" th:each="error : ${#fields.errors('scottNumbers')}" th:text="${error}"></span>
374
385
<span id="scottPrice.errors" class="help-block" th:if="${#fields.hasErrors('scottPrice')}" th:each="error : ${#fields.errors('scottPrice')}" th:text="${error}"></span>
386
+ /*/-->
375
387
</ div >
376
388
</ div >
377
389
@@ -393,8 +405,10 @@ <h3 th:text="${#strings.capitalize(add_series)}">
393
405
</ div >
394
406
</ div >
395
407
</ div >
408
+ <!--/*/
396
409
<span id="yvertNumbers.errors" class="help-block" th:if="${#fields.hasErrors('yvertNumbers')}" th:each="error : ${#fields.errors('yvertNumbers')}" th:text="${error}"></span>
397
410
<span id="yvertPrice.errors" class="help-block" th:if="${#fields.hasErrors('yvertPrice')}" th:each="error : ${#fields.errors('yvertPrice')}" th:text="${error}"></span>
411
+ /*/-->
398
412
</ div >
399
413
</ div >
400
414
@@ -416,16 +430,16 @@ <h3 th:text="${#strings.capitalize(add_series)}">
416
430
</ div >
417
431
</ div >
418
432
</ div >
433
+ <!--/*/
419
434
<span id="gibbonsNumbers.errors" class="help-block" th:if="${#fields.hasErrors('gibbonsNumbers')}" th:each="error : ${#fields.errors('gibbonsNumbers')}" th:text="${error}"></span>
420
435
<span id="gibbonsPrice.errors" class="help-block" th:if="${#fields.hasErrors('gibbonsPrice')}" th:each="error : ${#fields.errors('gibbonsPrice')}" th:text="${error}"></span>
436
+ /*/-->
421
437
</ div >
422
438
</ div >
423
439
424
440
< div class ="form-group js-collapse-toggle-header " sec:authorize ="hasAuthority('ADD_COMMENTS_TO_SERIES') ">
425
441
< div class ="col-sm-offset-3 col-sm-5 ">
426
- < span class ="glyphicon glyphicon-chevron-right " th:class ="${#fields.hasErrors('comment') or addSeriesForm.comment != null ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-comment-link " data-toggle ="collapse " data-target =".js-comment " th:text ="#{t_add_comment} ">
427
- Add comment
428
- </ a >
442
+ < span class ="glyphicon glyphicon-chevron-right " th:class ="${#fields.hasErrors('comment') or addSeriesForm.comment != null ? 'glyphicon glyphicon-chevron-down' : 'glyphicon glyphicon-chevron-right'} "> </ span > < a href ="javascript:void(0) " id ="add-comment-link " data-toggle ="collapse " data-target =".js-comment " th:text ="#{t_add_comment} "> Add comment</ a >
429
443
</ div >
430
444
</ div >
431
445
@@ -437,7 +451,9 @@ <h3 th:text="${#strings.capitalize(add_series)}">
437
451
</ label >
438
452
< div class ="col-sm-5 ">
439
453
< textarea id ="comment " class ="form-control " cols ="22 " rows ="3 " th:field ="*{comment} "> </ textarea >
454
+ <!--/*/
440
455
<span id="comment.errors" class="help-block" th:if="${#fields.hasErrors('comment')}" th:each="error : ${#fields.errors('comment')}" th:text="${error}"></span>
456
+ /*/-->
441
457
</ div >
442
458
</ div >
443
459
0 commit comments