From 6a2fee067a398372c7290a7be1ffec76845d5a91 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 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 Passed-QA-by: Marcel de Rooy --- .../en/modules/admin/auth_subfields_structure.tt | 4 ++-- 1 files 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.7.6