From 70ecb2406a6af489d510c751d9e6605fd69324ff Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 Apr 2013 20:59:08 +0200 Subject: [PATCH] Bug 10040: Capitalization wrong when deleting subfields from authority 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 --- .../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