File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/ru/mystamps/web/support/togglz
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 @@ -78,7 +78,7 @@ public enum Features implements Feature {
7878
7979 @ Label ("/series/add: show link with auto-suggestions" )
8080 @ EnabledByDefault
81- INFO_COUNTRY_SERIES ;
81+ SHOW_SUGGESTION_LINK ;
8282
8383 public boolean isActive () {
8484 return FeatureContext .getFeatureManager ().isActive (this );
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
203203 /*/-->
204204 </ div >
205205
206- < small togglz:active ="INFO_COUNTRY_SERIES ">
206+ < small togglz:active ="SHOW_SUGGESTION_LINK ">
207207 < a tabindex ="-1 " th:text ="#{t_guess_country} " href ="javascript:void(0) " id ="js-guess-country-link " th:style ="'display: none; position: relative; top: 7px;' "> Guess a country</ a >
208208 </ small >
209209 </ div >
You can’t perform that action at this time.
0 commit comments