From 365feb4185bdef7d5aedde13654d360f917f293a Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Tue, 19 Jan 2010 13:50:37 +0100 Subject: [PATCH] (bug #4052) fix mandatory field/subfield deletion this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not. If the last field is mandatory it won't be deleted. --- .../prog/en/modules/cataloguing/addbiblio.tmpl | 9 +++------ 1 file changed, 3 insertions(+), 6 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 f14bbc69e3..0a85b88836 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl @@ -721,10 +721,8 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? _'); return false;" title="Repeat this Tag">+ - - _'); return false;" title="Delete this Tag">− - + @@ -761,10 +759,9 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? ')">+ - - ')">− - + + -- 2.39.2