From d7a29f896ebe6672c36f362e4a648ef8ae46e513 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 38de40296a..25c908673e 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.20.1