[koha-commits] main Koha release repository branch new/bug_9493 created. v3.08.00-1714-g9c04330

Git repo owner gitmaster at git.koha-community.org
Fri Feb 8 01:23:42 CET 2013


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_9493 has been created
        at  9c043304496450c6dd20c1e9948f653164a8eff4 (commit)

- Log -----------------------------------------------------------------
commit 9c043304496450c6dd20c1e9948f653164a8eff4
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jan 25 16:03:05 2013 +0100

    Bug 9493: confirmations for user holds in opac are not translatable
    
    In opac-user.tt, javascript for user holds confirmations (cancel, suspend, resume) are not translatable.
    This is because text is in onclick attribute, withtout javascript method for translatable strings : _().
    
    This patch moves those strings as variables into script tag and sets them translatable.
    
    Test plan :
    - set a hold for a user
    - Go to OPAC user page "my summary"
    - click on "Cancel"
    => you get a confirmation message
    - click on "Suspend all holds"
    => you get a confirmation message
    - click on "Resume all suspended holds"
    => you get a confirmation message
    Test this is 'en' and another language.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list