From e0c654091265b1037d0dd76aa16fd3ab88936d4e Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 12 Sep 2007 16:00:00 +0200 Subject: [PATCH] BUGFIX : Expand property fixed on duplicated fields + added _() to string that must be translated Signed-off-by: Chris Cormack --- .../en/modules/cataloguing/addbiblio.tmpl | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl index 5aac1b8f0b..9bd011f4c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl @@ -83,13 +83,13 @@ function AreMandatoriesNotOk(){ tab.push(""); label.push(""); - var StrAlert = "Can't save this record because the following field aren't filled :\n\n"; + var StrAlert = _("Can't save this record because the following field aren't filled :\n\n"); for(var i=0,len=mandatories.length; i -
_"> +
_">
"> - _indicator_" size="2" maxlength="2" value="" /> + _indicator_" size="2" maxlength="2" value="" /> - _indicator_" size="2" maxlength="2" value="" /> + _indicator_" size="2" maxlength="2" value="" /> - - _indicator_" value="" /> + _indicator_" value="" /> - _indicator_" value="" /> + _indicator_" value="" /> - _')"> + _')"> - _')">+ + _')">+
-- 2.39.2