File tree 3 files changed +17
-14
lines changed
src/main/webapp/WEB-INF/views
3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,14 @@ <h3 th:text="#{t_collection_of(${ownerName})}">
82
82
</div>
83
83
/*/-->
84
84
85
+ <!--/*/
86
+ <p class="text-center" th:if="${#lists.isEmpty(seriesOfCollection)}" th:text="#{t_empty_collection}">
87
+ In this collection is no stamps
88
+ </p>
89
+ /*/-->
90
+
85
91
< div class ="row ">
86
92
< div class ="col-sm-4 ">
87
-
88
- <!--/*/
89
- <p th:if="${#lists.isEmpty(seriesOfCollection)}" th:text="#{t_empty_collection}">
90
- In this collection is no stamps
91
- </p>
92
- /*/-->
93
-
94
93
< ul th:if ="${not #lists.isEmpty(seriesOfCollection)} " th:remove ="all-but-first ">
95
94
< li th:each ="series : ${seriesOfCollection} ">
96
95
< span th:if ="${series.category != null} " th:remove ="tag ">
Original file line number Diff line number Diff line change 68
68
< h3 th:text ="${#strings.capitalize(search_results)} ">
69
69
Search results
70
70
</ h3 >
71
+
72
+ <!--/*/
73
+ <p class="text-center" th:if="${#lists.isEmpty(searchResults)}" th:text="#{t_no_series_found}">
74
+ No series found
75
+ </p>
76
+ /*/-->
77
+
71
78
< div class ="row ">
72
79
< div class ="col-sm-4 ">
73
- <!--/*/
74
- <div th:if="${#lists.isEmpty(searchResults)}" th:text="#{t_no_series_found}" th:remove="tag">
75
- No series found
76
- </div>
77
- /*/-->
78
80
< ul th:if ="${not #lists.isEmpty(searchResults)} " th:remove ="all-but-first ">
79
81
< li th:each ="series : ${searchResults} ">
80
82
< span th:if ="${series.category != null} " th:remove ="tag ">
Original file line number Diff line number Diff line change 64
64
< h3 class ="text-center " th:text ="${#strings.capitalize(suspicious_activities)} ">
65
65
Suspicious activities
66
66
</ h3 >
67
+
67
68
<!--/*/
68
- <div th:if="${#lists.isEmpty(activities)}" th:text="#{t_no_suspicious_activities_found}" th:remove="tag ">
69
+ <p class="text-center" th:if="${#lists.isEmpty(activities)}" th:text="#{t_no_suspicious_activities_found}">
69
70
No suspicious activities found
70
- </div >
71
+ </p >
71
72
/*/-->
73
+
72
74
< div th:if ="${not #lists.isEmpty(activities)} " class ="row ">
73
75
< div class ="col-sm-12 table-responsive ">
74
76
< table class ="table table-bordered table-striped ">
You can’t perform that action at this time.
0 commit comments