Bugzilla – Attachment 3952 Details for
Bug 6114
Conflicting warnings about Koha to MARC links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix for 3.2.x
0001-3.2.x-Fix-for-Bug-6114-Conflicting-warnings-about-Ko.patch (text/plain), 2.89 KB, created by
Owen Leonard
on 2011-04-19 19:43:38 UTC
(
hide
)
Description:
Proposed fix for 3.2.x
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-04-19 19:43:38 UTC
Size:
2.89 KB
patch
obsolete
>From 8530198765afe5e46840858db7a156a107403c8c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Apr 2011 15:21:25 -0400 >Subject: [PATCH] [3.2.x] Fix for Bug 6114, Conflicting warnings about Koha to MARC links >Content-Type: text/plain; charset="utf-8" > >--- > .../en/modules/admin/marc_subfields_structure.tmpl | 2 +- > .../prog/en/modules/admin/marctagstructure.tmpl | 1 - > 2 files changed, 1 insertions(+), 2 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 7873296..1682644 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 >@@ -112,7 +112,7 @@ > <input type="text" name="defaultvalue" id="defaultvalue<!-- TMPL_VAR NAME="row" -->" value="<!-- TMPL_VAR NAME="defaultvalue" -->" /></li> > <li><label for="hidden<!-- TMPL_VAR NAME="row" -->">hidden</label><input type="text" id="hidden<!-- TMPL_VAR NAME="row" -->" name="hidden" value="<!-- TMPL_VAR name="hidden" -->" size="2" /> (see online help)</li> > <li><label for="isurl<!-- TMPL_VAR NAME="row" -->">Is a URL:</label><!-- TMPL_VAR NAME="isurl" --> (if checked, it means that the subfield is a URL and can be clicked)</li> >- <li><label for="link<!-- TMPL_VAR NAME="row" -->">Link:</label><input type="text" id="link<!-- TMPL_VAR NAME="row" -->" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>Warning: This value should not change after data has been added to your catalog</em></span></li> >+ <li><label for="link<!-- TMPL_VAR NAME="row" -->">Link:</label><input type="text" id="link<!-- TMPL_VAR NAME="row" -->" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</em></span></li> > <li><label for="kohafield<!-- TMPL_VAR NAME="row" -->">Koha link:</label><!-- TMPL_VAR NAME="kohafield" --></li> > </ol> > </fieldset> >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 26529c1..628f13e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tmpl >@@ -149,7 +149,6 @@ $(document).ready(function() { > <!--/TMPL_IF --></p> > </fieldset> > </form> >-<p>NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/batchRebuildBiblioTables.pl script.</p> > > <table> > <tr> >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6114
:
3791
| 3952