Bugzilla – Attachment 5661 Details for
Bug 6945
Add a link to show a MARC preview in the normal view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Follow-up fix for Bug 6945, Add a link to show a MARC preview in the normal view
SIGNED-OFF-Follow-up-fix-for-Bug-6945-Add-a-link-t.patch (text/plain), 1.49 KB, created by
Nicole C. Engard
on 2011-09-30 13:44:00 UTC
(
hide
)
Description:
[SIGNED-OFF] Follow-up fix for Bug 6945, Add a link to show a MARC preview in the normal view
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-09-30 13:44:00 UTC
Size:
1.49 KB
patch
obsolete
>From 0a83e3cd2ecaf882a8af250377b504f38d05872a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 30 Sep 2011 09:08:13 -0400 >Subject: [PATCH] [SIGNED-OFF] Follow-up fix for Bug 6945, Add a link to show a MARC preview in the normal view > >Adding the same MARC preview link to the section of the template >which is displayed when XSLT is on. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/detail.tt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index b1aea09..a24137f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -98,6 +98,7 @@ function verify_images() { > [% END %] > </span> > [% END %] >+ <span class="results_summary"><span class="label">MARC Preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a></span> > [% IF ( holdcount ) %]<span class="results_summary"><span class="label">Holds:</span> <span class="holdcount"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a></span></span>[% ELSE %][% END %] > > [% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]</div><div class="yui-u" id="bookcoverimg"> >-- >1.7.2.3
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 6945
:
5651
|
5652
|
5658
|
5660
|
5661
|
6026
|
11754
|
11781
|
11782
|
12695
|
13256
|
13257
|
13780
|
13781