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.
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl index e587967..1e9fb34 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl @@ -160,7 +160,6 @@ $(document).ready(function() {

    -

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.

     page(s) : /prog/img/first.png" class="first"/> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl index 46ba414..82d1c1e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tmpl @@ -99,7 +99,7 @@ To edit the subfields associated with the tag, click 'Subfields' to the right of
  • on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.
  • -
  • Important: This value should not change after data has been added to your catalog
  • +
  • NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.
  • -- 1.7.3