[Bug 12386] New: 'Days in advance' pull down in bootstrap OPAC is huge
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Bug ID: 12386 Summary: 'Days in advance' pull down in bootstrap OPAC is huge Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Created attachment 28730 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28730&action=edit screenshot of 'your messaging' in bootstrap OPAC In the bootstrap opac the pull down to set the days in advance for the reminder email is too long for the content it displays. Not sure if there is a reason for it or of it is a problem. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron <veron@veron.ch> --- Workaround in system preference OPACUserCSS: #usermessaging table { max-width: 560px; } #usermessaging select { width: 110px; } -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 29381 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29381&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 --- Comment #3 from Marc Véron <veron@veron.ch> --- Created attachment 29387 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29387&action=edit Class input-mini has no effect The patch introduces class .input-mini (with 60px), but it is overwritten by #usermessaging select -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Marc Véron from comment #1)
The patch introduces class .input-mini (with 60px), but it is overwritten by #usermessaging select
From your OPACUserCSS?
-- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 sandboxes@biblibre.com <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |sandboxes@biblibre.com --- Comment #5 from sandboxes@biblibre.com <sandboxes@biblibre.com> --- Patch tested with a sandbox, by Aleisha <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 sandboxes@biblibre.com <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29381|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 --- Comment #6 from sandboxes@biblibre.com <sandboxes@biblibre.com> --- Created attachment 29388 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29388&action=edit 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 <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29387|0 |1 is obsolete| | --- Comment #7 from Marc Véron <veron@veron.ch> --- Comment on attachment 29387 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29387 Class input-mini has no effect Obsoleting this screenshot - It was a mistake (Entry in OPACUserCSS) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29388|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 29409 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29409&action=edit 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 <aleishaamohia@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12386 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen@gmail.com --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Owen! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org