From d86a7ab293b8d1de34bbd9b4890428eb6797a52a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 Apr 2013 20:59:08 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 10040: Capitalization wrong when deleting subfields from authority Content-Type: text/plain; charset="utf-8" Confirmation message for deleting subfields from an authority framework has wrong capitalization. To reproduce: 1) Go to Administration > Authority types 2) Click on MARC structure for one of the authority types 3) Click on the subfields link for one of the fields 4) Delete one of the subfields Signed-off-by: Owen Leonard --- .../en/modules/admin/auth_subfields_structure.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 63c5b65..688bd71 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -126,14 +126,14 @@ function displayMoreConstraint(numlayer){ - +
- +
[% END %] -- 1.7.9.5