Bugzilla – Attachment 11781 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] Add a link to show a MARC preview in the normal view of the detail
SIGNED-OFF-Add-a-link-to-show-a-MARC-preview-in-th.patch (text/plain), 1.39 KB, created by
Nicole C. Engard
on 2012-08-23 13:02:22 UTC
(
hide
)
Description:
[SIGNED-OFF] Add a link to show a MARC preview in the normal view of the detail
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-08-23 13:02:22 UTC
Size:
1.39 KB
patch
obsolete
>From 9482827451ce87a117c61c9464bc41619a5584c5 Mon Sep 17 00:00:00 2001 >From: Maxime Pelletier <maxime.pelletier@libeo.com> >Date: Thu, 29 Sep 2011 16:40:47 -0400 >Subject: [PATCH] [SIGNED-OFF] Add a link to show a MARC preview in the normal view of the detail > >http://bugs.koha-community.org/show_bug.cgi?id=6945 >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/detail.tt | 5 +++++ > 1 files changed, 5 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 4f00524..6617e80 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1,4 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >+[% INCLUDE 'greybox.inc' %] > <title>Koha › Catalog › > [% IF ( unknownbiblionumber ) %] > Unknown record >@@ -174,6 +175,10 @@ function verify_images() { > <a href="http://[% OpacUrl %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" target="_blank">Open in new window</a> > </li> > [% END %] >+ <li> >+ <strong>MARC Preview:</strong> >+ <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a> >+ </li> > </ul> > </div> > >-- >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