@@ -, +, @@ serials search - translate update LANG - Check in your po file that the string "Are you sure you want to reopen this subscription?" does not exist. - Apply the patch - translate update LANG - Check in your po file that the string is translatable --- .../prog/en/modules/serials/serials-search.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -27,7 +27,9 @@ csrlt.fnAddFilters("filter", 750); $('#serialstabs').tabs(); - + $("#reopensub").click(function(){ + return confirm(_("Are you sure you want to reopen this subscription?")); + }); }); //]]> @@ -233,7 +235,7 @@ [% UNLESS subscription.cannotedit %] - Reopen + Reopen [% ELSE %] Cannot edit [% END %] --