From f886525e5c7d6a34901c14160cd6877b97b1124d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 7 Dec 2018 19:08:52 +0000 Subject: [PATCH] Bug 20959: (follow-up) Prevent checkin button from wrapping This follow-up wraps the checkin form in a div to prevent the button from wrapping to the line below the input. To test, apply the patch and clear your browser cache if necessary. View the checkin page to confirm that there isn't a layout problem. Signed-off-by: Christopher Brannon --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index a87b253..c013ca2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -602,19 +602,21 @@
Enter item barcode:
- [% IF ( exemptfine ) %] - - [% ELSIF ( dropboxmode ) %] - - [% ELSE %] - - [% END %] - - [% FOREACH inputloo IN inputloop %] - - - - [% END %] +
+ [% IF ( exemptfine ) %] + + [% ELSIF ( dropboxmode ) %] + + [% ELSE %] + + [% END %] + + [% FOREACH inputloo IN inputloop %] + + + + [% END %] +
-- 2.1.4