From 372f62e4c8ab90751d50ffac29212f716989a92f 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 --- .../bootstrap/en/modules/opac-messaging.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 a19dfc9..279b2bb 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.2.5