Bugzilla – Attachment 3995 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]
Signed-off patch
0001-SIGNED-OFF-Bug-6257-Fix-broken-MARC-documentation-li.patch (text/plain), 1.71 KB, created by
Magnus Enger
on 2011-04-24 16:03:11 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2011-04-24 16:03:11 UTC
Size:
1.71 KB
patch
obsolete
>From 7958720432ff078a7c86cd8b4f2fe6fb58c6e88b 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] [SIGNED-OFF] Bug 6257: Fix broken MARC documentation links > >Another TT issue. > >Signed-off-by: Magnus Enger <magnus@enger.priv.no> >--- > .../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