[koha-commits] main Koha release repository branch, master, updated. v3.02.00-alpha2-176-g58969c9

Git repo owner gitmaster at git.koha-community.org
Fri Jun 4 01:55:10 CEST 2010


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, master has been updated
       via  58969c958ca7ddbac52cb1f48c9db0ccb73b5e54 (commit)
      from  5bdbd73f632a62674410fc2b7b3a11516e92d571 (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 58969c958ca7ddbac52cb1f48c9db0ccb73b5e54
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 2 12:55:53 2010 -0400

    Fix for Bug 4504, Confirmation messages in opac account not translated
    
    Strings within JavaScript onclick attributes are not getting picked
    up by the translator:
    
    onclick="return confirmDelete(_('Are you sure you want to cancel this
    hold?'));"
    
    This patch converts those to use variables defined in the main
    script block:
    
    onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);"
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 .../prog/en/modules/opac-search-history.tmpl       |    3 ++-
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |   13 +++++++------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |    3 ++-
 3 files changed, 11 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list