File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
src/main/webapp/WEB-INF/views/collection Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -117,22 +117,6 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
117
117
</ li >
118
118
</ ul >
119
119
</ div >
120
- < div class ="col-sm-3 ">
121
- < div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
122
- < div class ="panel-heading ">
123
- < h4 class ="panel-title " th:text ="#{t_stamps_by_countries} "> Stamps by countries</ h4 >
124
- </ div >
125
- < div id ="categories-chart " class ="panel-body no-padding "> </ div >
126
- </ div >
127
- </ div >
128
- < div class ="col-sm-3 ">
129
- < div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
130
- < div class ="panel-heading ">
131
- < h4 class ="panel-title " th:text ="#{t_stamps_by_categories} "> Stamps by categories</ h4 >
132
- </ div >
133
- < div id ="countries-chart " class ="panel-body no-padding "> </ div >
134
- </ div >
135
- </ div >
136
120
< div class ="col-sm-2 ">
137
121
<!--/*/
138
122
<th:block togglz:active="SHOW_COLLECTION_STATISTICS" th:if="${not #lists.isEmpty(seriesOfCollection)}">
@@ -152,6 +136,22 @@ <h4 class="panel-title" th:text="#{t_in_collection}">In this collection</h4>
152
136
</th:block>
153
137
/*/-->
154
138
</ div >
139
+ < div class ="col-sm-3 ">
140
+ < div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
141
+ < div class ="panel-heading ">
142
+ < h4 class ="panel-title " th:text ="#{t_stamps_by_countries} "> Stamps by countries</ h4 >
143
+ </ div >
144
+ < div id ="categories-chart " class ="panel-body no-padding "> </ div >
145
+ </ div >
146
+ </ div >
147
+ < div class ="col-sm-3 ">
148
+ < div class ="panel panel-default " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
149
+ < div class ="panel-heading ">
150
+ < h4 class ="panel-title " th:text ="#{t_stamps_by_categories} "> Stamps by categories</ h4 >
151
+ </ div >
152
+ < div id ="countries-chart " class ="panel-body no-padding "> </ div >
153
+ </ div >
154
+ </ div >
155
155
</ div >
156
156
</ div >
157
157
</ div >
You can’t perform that action at this time.
0 commit comments