From bd545718dbf82e75baa5827dd8d57df6fadf33d5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 30 Jun 2014 14:05:21 -0400 Subject: [PATCH] Bug 12386 - 'Days in advance' pull down in bootstrap OPAC is huge Content-Type: text/plain; charset="utf-8" The "days in advance" form field on the "Your messaging settings" page in the OPAC has a Bootstrap-default width which is too wide. This patch adds a class to give it a more reasonable size. To test you must have the EnhancedMessagingPreferences preference set to "Allow." Log in to the OPAC and view the messaging settings page. The dropdown menu of numbers should look correct. --- .../bootstrap/en/modules/opac-messaging.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt index b115af4..21c40c7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -41,7 +41,7 @@ [% ELSIF ( messaging_preference.Item_Checkout ) %]Item checkout [% ELSE %]Unknown [% END %] [% IF ( messaging_preference.takes_days ) %] - [% FOREACH select_day IN messaging_preference.select_days %] [% IF ( select_day.selected ) %] -- 1.7.9.5