Koha/koha-tmpl/opac-tmpl/prog
Owen Leonard 58969c958c 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@gmail.com>
2010-06-03 19:52:22 -04:00
..
en Fix for Bug 4504, Confirmation messages in opac account not translated 2010-06-03 19:52:22 -04:00
famfamfam
images Style changes to cart popup window more compact display: - compact holdings list - adds list bullet image from the staff client 2010-05-07 13:18:02 -04:00
itemtypeimg Some new and altered itemtype images for the NPL set 2010-02-18 12:42:57 -05:00