From ee3e25c447f4bd10bc5629c328fa5c1ae092f1a1 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 18 Oct 2011 17:58:22 +0200 Subject: [PATCH] BZ5725 follow-up This small follow up: * add a missing string resulting in an "undefined" when user choosed 'Create field and subfield' and hit Add button * synch the description after adding with the description in the list box of the 4 options available --- .../prog/en/modules/tools/batchedit.tt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchedit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchedit.tt index 31c84d1..80eae1f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchedit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchedit.tt @@ -70,9 +70,10 @@ function addRule(){ var actionlabel = { - mod: _('Modify'), - del: _('Delete'), - add: _('Create') + mod: _('Modify subfield'), + del: _('Delete subfield'), + add: _('Create subfield'), + addfield: _('Create field and subfield') }; var repvallabel = $('#repvalchoice :selected').text() || $("#repvalchoice").val(); -- 1.7.5.4