File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 172
172
<!--/* @todo #1356 Hidden images: allow to replace a hidden image */-->
173
173
<!--/* @todo #1356 Hidden images: admin can hide an image */-->
174
174
<!--/* @todo #1356 Hidden images: protect hidden images from direct access */-->
175
- < div class ="row " th:if ="${not #lists.isEmpty(series.hiddenImageIds)} " th:each =" imageId,iter : ${series.hiddenImageIds} " >
175
+ < div class ="row " th:if ="${not #lists.isEmpty(series.hiddenImageIds)} ">
176
176
< div class ="col-sm-12 ">
177
177
< h5 th:text ="#{t_hidden_images} "> Hidden images</ h5 >
178
+ </ div >
179
+ < div class ="col-sm-12 " th:each ="imageId,iter : ${series.hiddenImageIds} ">
178
180
< a id ="series-hidden-image-link-1 "
179
181
target ="_blank "
180
182
href ="../../../../resources/test/test.png "
@@ -188,6 +190,13 @@ <h5 th:text="#{t_hidden_images}">Hidden images</h5>
188
190
th:src ="@{${GET_IMAGE_PREVIEW_PAGE}(id=${imageId})} " />
189
191
</ a >
190
192
</ div >
193
+ <!--/*-->
194
+ < div class ="col-sm-12 ">
195
+ < a id ="series-hidden-image-link-2 " target ="_blank " href ="../../../../resources/test/test.png ">
196
+ < img class ="img-responsive series-images " id ="series-hidden-image-2 " src ="../../../../resources/test/test.png ">
197
+ </ a >
198
+ </ div >
199
+ <!--*/-->
191
200
</ div >
192
201
193
202
</ div >
You can’t perform that action at this time.
0 commit comments