From eba2e6ebe2d8a50fea84d87a02689c62682b8cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Desvaux?= Date: Mon, 25 Jul 2022 16:37:41 +0200 Subject: [PATCH] Bug 30952: Small adjustments in search results page - Move Z39.50 search button to a toolbar - Use btn and btn-link classes for "Select all" and "Clear all" buttons --- .../prog/en/modules/catalogue/results.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index df45fca6be..69e72efddf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -85,9 +85,8 @@
- Select all - | - Clear all + Select all + Clear all | [% IF Koha.Preference("StaffHighlightedWords") == 1 %] Unhighlight @@ -330,11 +329,13 @@
[% ELSE # /IF total %] +
+
+ +
+
-
- -

No results found

[% IF ( searchdesc ) %]

-- 2.30.2