From b499255d75cfa6cfd4391afa052df9d0a79bfd40 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Oct 2013 09:33:49 -0700 Subject: [PATCH] Bug 11090 - Bootstrap theme: fix CSS problem with suggestions toolbar links There is a problem with the style on the toolbar on the suggestions page which makes it float incorrectly. This patch corrects the problem. To test, log in to the OPAC as a user who has suggestions. The selections toolbar (which shows the "select all," etc. controls) should look correct. Signed-off-by: JD@TeTakere Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index cc59c7e861..0d87effb6e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -127,14 +127,14 @@ [% END %]
-
+
[% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] New purchase suggestion [% END %]
[% IF ( loggedinusername ) %] -
+
| Select suggestions to: -- 2.39.5