Skip to content

Commit 84830cf

Browse files
committed
show a global error
1 parent ea2c2c4 commit 84830cf

File tree

1 file changed

+5
-0
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+5
-0
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,12 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
413413
<div class="col-sm-12 form-group">
414414
<form id="add-catalog-price-form"
415415
class="form-horizontal"
416+
hx-target="#add-catalog-price"
416417
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>
417422
<div class="form-group form-group-sm">
418423
<label for="price-catalog-name" class="control-label col-sm-3" th:text="#{t_catalog}">
419424
Catalog

0 commit comments

Comments
 (0)