[koha-commits] main Koha release repository branch new/bug_6695 created. v3.04.00-395-g54e0667

Git repo owner gitmaster at git.koha-community.org
Fri Aug 26 00:31:45 CEST 2011


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, new/bug_6695 has been created
        at  54e0667b23466043de2ddd73b0b0e37f9632ea06 (commit)

- Log -----------------------------------------------------------------
commit 54e0667b23466043de2ddd73b0b0e37f9632ea06
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Aug 10 11:16:42 2011 -0400

    Fix for Bug 6695 - Layout of patron category add/edit form slightly broken
    
    The markup for the fields for enrollment period "in months" and "until date"
    was non-standard I think because the two fields are supposed to be visually
    and functionally linked (having the same purpose and being mutually
    exclusive).
    
    This patch changes the markup so that the two fields share a fieldset
    having "choose one" as the legend. The "hint" is now hidden unless
    it is triggered by the javascript validation on submit.
    
    I wanted to trigger the validation of the two fields onblur instead
    of just onsubmit, but found that the datepicker widget doesn't
    consistently trigger a change or a blur event on that field.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    - Layout problems are fixed
    - Layout is more clear about choosing either 'In months' or 'Until date'
    - Clear error message shows when you enter values in both fields
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list