[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-61-g7504694

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 10:09:49 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.16.x has been updated
       via  75046946ac59dc4c5e30dedc856f0af423da2e16 (commit)
      from  38e69b2956fd1ef5cc468432c052a740d356bf81 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 75046946ac59dc4c5e30dedc856f0af423da2e16
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 13 20:15:22 2014 -0500

    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 at catalyst.net.nz>
    Checked per plan on both Check Out and Details pages, spacing appears correct.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/js/holds.js     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list