Bugzilla – Attachment 3994 Details for
Bug 6257
MARC documentation links cause javascript error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6257-Fix-broken-MARC-documentation-links.patch (text/plain), 1.68 KB, created by
Katrin Fischer
on 2011-04-24 11:33:36 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-24 11:33:36 UTC
Size:
1.68 KB
patch
obsolete
>From 5d674dd741a3aef4f28d67aae281cb89c4ff2103 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 24 Apr 2011 13:25:26 +0200 >Subject: [PATCH] Bug 6257: Fix broken MARC documentation links >Content-Type: text/plain; charset="utf-8" > >Another TT issue. >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 5a435b6..fa0c5e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -822,7 +822,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;">[% innerloo.tag %]</a> > [% ELSE %] > <span class="tagnum" title="[% innerloo.tag_lib %]">[% innerloo.tag %]<a class="marcdocs" >- onclick="PopupMARCFieldDoc('[% innerloo.tag %]', [% innerloo.number %]); return false;"> ?</a></span> >+ onclick="PopupMARCFieldDoc('[% innerloo.tag %]', [% BIG_LOO.number %]); return false;"> ?</a></span> > [% END %] > [% IF ( innerloo.fixedfield ) %] > <input tabindex="1" class="indicator flat" type="text" style="display:none;" name="tag_[% innerloo.tag %]_indicator1_[% innerloo.index %][% innerloo.random %]" size="1" maxlength="1" value="[% innerloo.indicator1 %]" /> >-- >1.7.1 >
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 6257
: 3994 |
3995