We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9778afa commit 3672a31Copy full SHA for 3672a31
src/main/webapp/WEB-INF/views/site/index.html
@@ -186,7 +186,7 @@ <h4 class="panel-title" th:text="#{t_search_by_catalog}">Search by catalog</h4>
186
<div class="form-group" sec:authorize="isAuthenticated()" togglz:active="SEARCH_IN_COLLECTION">
187
<input id="in-collection" name="inCollection" type="checkbox" />
188
<label for="in-collection" th:text="#{t_in_my_collection}">In my collection</label>
189
- </div>
+ </div>
190
<div class="form-group">
191
<input type="submit" value="Search" th:value="#{t_search}" class="btn btn-primary" />
192
</div>
0 commit comments