From ccd2c5b946cabd837b548164242b20173b79424f Mon Sep 17 00:00:00 2001
From: Owen Leonard
Date: Thu, 7 Apr 2011 09:29:34 -0400
Subject: [PATCH] Fix for Bug 6114 - Conflicting warnings about Koha to MARC links
Content-Type: text/plain; charset="utf-8"
Removing incorrect message from marc_subfields_structure.tmpl and
moving the correct message from marctagstucture.tmpl into its place.
Also correcting the help file for marc_subfields_structure.mpl
---
.../en/modules/admin/marc_subfields_structure.tmpl | 2 +-
.../prog/en/modules/admin/marctagstructure.tmpl | 1 -
.../help/admin/marc_subfields_structure.tmpl | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl
index bb7fab2..671d3c9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl
@@ -110,7 +110,7 @@
" value="" />
" name="hidden" value="" size="2" /> (see online help)
(if checked, it means that the subfield is a URL and can be clicked)
-
" name="link" value="" size="10" maxlength="80" /> (e.g., Title or Local-Number) Warning: This value should not change after data has been added to your catalog
+
" name="link" value="" size="10" maxlength="80" /> (e.g., Title or Local-Number) NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.