We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2c2c4 commit 84830cfCopy full SHA for 84830cf
src/main/webapp/WEB-INF/views/series/info.html
@@ -413,7 +413,12 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
413
<div class="col-sm-12 form-group">
414
<form id="add-catalog-price-form"
415
class="form-horizontal"
416
+ hx-target="#add-catalog-price"
417
th:hx-patch="@{${INFO_SERIES_PAGE}(id=${seriesId})}">
418
+ <div class="alert alert-danger text-center col-sm-8 col-sm-offset-3 hidden server-error-msg"
419
+ th:text="#{t_server_error}">
420
+ Server error
421
+ </div>
422
<div class="form-group form-group-sm">
423
<label for="price-catalog-name" class="control-label col-sm-3" th:text="#{t_catalog}">
424
Catalog
0 commit comments