]> git.koha-community.org Git - koha.git/commit
Bug 13253 - Unnecessary white space above checkouts table in circulation
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Nov 2014 01:15:22 +0000 (20:15 -0500)
committerMason James <mtj@kohaaloha.com>
Thu, 22 Jan 2015 09:13:34 +0000 (22:13 +1300)
commit75046946ac59dc4c5e30dedc856f0af423da2e16
tree3e7fcc6a7750ac3f2048aa4bcbc663debb8b46ac
parent38e69b2956fd1ef5cc468432c052a740d356bf81
Bug 13253 - Unnecessary white space above checkouts table in circulation

On the new checkouts page there is some padding above the checkouts,
relatives' checkouts, and holds tables caused by extra markup in the
table's sDom configuration (http://legacy.datatables.net/ref#sDom):

<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t

This creates several empty <div>s which don't serve any purpose. This
patch simplifies it to:

rt

To test, apply the patch, clear your browser cache, and check out to a
patron who has items checked out, holds on their account, and child
records attached which also have checkouts.

The padding above the table of checkouts, the table of relatives'
checkouts, and the table of holds should match that on the sides.

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
Checked per plan on both Check Out and Details pages, spacing appears correct.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, no problems found.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/js/holds.js