From 732dbc8755725486d4f2f841214c4d2c581e7b75 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 30 Mar 2013 21:48:27 +0100 Subject: [PATCH] Bug 9697: Follow-up - making QA script and tests happy - 2x single quotes for translated string in edit-batch.tt Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index 51b585a83d..f8c18c55d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -72,10 +72,10 @@ alert(_("Please select at least one card to export.")); return; // no batch selected } - return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800); + return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]&" + getstr, 700, 800); } else if (mode == 'batch') { - return GB_showCenter(_('Export labels'), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800); + return GB_showCenter(_("Export labels"), "/cgi-bin/koha/patroncards/print.pl?batch_id=[% batch_id %]", 700, 800); } else { // some pass-thru error trapping just in case... -- 2.39.2