From e8789adfe2c0351101c0fe1846b32d5bd2c01277 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 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. Signed-off-by: Aleisha Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/opac-tmpl/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 b115af4bd6..21c40c7402 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 ) %] -- 2.20.1