From 2ac4e19d7398be498eb58705a2682a98e3a22cd3 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: CSS problem with suggestions toolbar links Content-Type: text/plain; charset="utf-8" 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. --- .../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 93115b7..5178b75 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: -- 1.7.9.5