]> git.koha-community.org Git - koha.git/commit
Bug 26551: Correct modal markup to prevent long heading from overflowing
authorOwen Leonard <oleonard@myacpl.org>
Mon, 28 Sep 2020 11:46:17 +0000 (11:46 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 9 Nov 2020 18:36:04 +0000 (18:36 +0000)
commit48757bd3790dbf6d3091ea3b3f78acbe82be2f01
tree229d0e98a5cece977dda043e8cb50f48908ebd36
parentf095fc1aeffaabd9d54f7df0378f226b0d2e0729
Bug 26551: Correct modal markup to prevent long heading from overflowing

This patch modifies the markup of the MARC framework import and export
modals so that CSS intended only for Bootstrap buttons isn't applied to
content in the modal.

The modal dialog markup was nested inside a ".btn-group" <div>, which
carries with it CSS that prevents text wrapping. Moving the modal markup
out of the button group while keeping it inside the <td> corrects the
problem. Lines have only been shifted and reindented.

To test, apply the patch and go to Administration -> MARC bibliographic
framework.

- In the table of frameworks, from the "Actions" menu, test both
  the "Import" and "Export" links. Both should work as expected.
- Confirm that the text of the heading on the "Import" modal wraps
  correctly.
- Test the same operations for a framework other than the default one.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit c21de86ab2d1bf5c147dfd453b195a441603e118)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt