@@ -, +, @@ button - Perform a search in the OPAC - On the search results page, there should be no "Go" button next to the re-sort/results per page selection fields. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -25,6 +25,7 @@ $footer-height: 45px; .js { .dateformat, + #sortsubmit, #sorting-form { display: none; } --