File tree Expand file tree Collapse file tree 3 files changed +357
-365
lines changed
src/main/webapp/WEB-INF/views Expand file tree Collapse file tree 3 files changed +357
-365
lines changed Original file line number Diff line number Diff line change @@ -118,23 +118,19 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
118
118
</ ul >
119
119
</ div >
120
120
< div class ="col-sm-3 ">
121
- < div class ="col-sm-12 " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
122
- < div class ="panel panel-default ">
123
- < div class ="panel-heading ">
124
- < h4 class ="panel-title " th:text ="#{t_stamps_by_countries} "> Stamps by countries</ h4 >
125
- </ div >
126
- < div id ="categories-chart " class ="panel-body no-padding "> </ div >
127
- </ div >
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 >
128
124
</ div >
125
+ < div id ="categories-chart " class ="panel-body no-padding "> </ div >
126
+ </ div >
129
127
</ div >
130
128
< div class ="col-sm-3 ">
131
- < div class ="col-sm-12 " togglz:active ="SHOW_COLLECTION_CHARTS " th:if ="${not #lists.isEmpty(seriesOfCollection)} ">
132
- < div class ="panel panel-default ">
133
- < div class ="panel-heading ">
134
- < h4 class ="panel-title " th:text ="#{t_stamps_by_categories} "> Stamps by categories</ h4 >
135
- </ div >
136
- < div id ="countries-chart " class ="panel-body no-padding "> </ div >
137
- </ div >
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 >
138
134
</ div >
139
135
</ div >
140
136
< div class ="col-sm-2 ">
You can’t perform that action at this time.
0 commit comments