File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
261
261
< span id ="image.required " class ="required_field "> *</ span >
262
262
</ label >
263
263
< div class ="col-sm-7 ">
264
- < input type ="file " id ="image " style ="box-shadow: none; border: 0px; " required ="required " accept ="image/png,image/jpeg " th:field ="*{image} " />
264
+ < input type ="file " id ="image " class =" form-control " style ="box-shadow: none; border: 0px; " required ="required " accept ="image/png,image/jpeg " th:field ="*{image} " />
265
265
< small togglz:active ="ADD_ADDITIONAL_IMAGES_TO_SERIES " sec:authorize ="hasAuthority('ADD_IMAGES_TO_SERIES') ">
266
266
< span class ="hint-block " th:text ="#{t_add_more_images_hint} ">
267
267
Later you will be able to add additional images
Original file line number Diff line number Diff line change 120
120
< div class ="col-sm-8 col-sm-offset-2 ">
121
121
< form method ="post " class ="form-horizontal " enctype ="multipart/form-data " th:action ="@{${ADD_IMAGE_SERIES_PAGE}(id=${series.id})} " th:object ="${addImageForm} ">
122
122
< div class ="form-group " th:classappend ="${#fields.hasErrors('image') ? 'has-error' : ''} ">
123
- < input type ="file " id ="image " style ="box-shadow: none; border: 0px; " required ="required " accept ="image/png,image/jpeg " th:field ="*{image} " />
123
+ < input type ="file " class =" form-control " id ="image " style ="box-shadow: none; border: 0px; " required ="required " accept ="image/png,image/jpeg " th:field ="*{image} " />
124
124
<!--/*/
125
125
<span id="image.errors" class="help-block" th:if="${#fields.hasErrors('image')}" th:each="error : ${#fields.errors('image')}" th:text="${error}"></span>
126
126
/*/-->
You can’t perform that action at this time.
0 commit comments