Bugzilla – Attachment 12695 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]
Bug 6945 counter patch adding link in the cat-toolbar
Bug-6945-counter-patch-adding-link-in-the-cat-tool.patch (text/plain), 1.18 KB, created by
Paul Poulain
on 2012-10-05 09:42:32 UTC
(
hide
)
Description:
Bug 6945 counter patch adding link in the cat-toolbar
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-10-05 09:42:32 UTC
Size:
1.18 KB
patch
obsolete
>From 41f1f8bb6f7ff25c24e3f2d6a58a8846b03f1da0 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Fri, 5 Oct 2012 11:37:09 +0200 >Subject: [PATCH] Bug 6945 counter patch adding link in the cat-toolbar > >--- > .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 24d3894..4d0c37a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -167,6 +167,14 @@ function confirm_items_deletion() { > container: this, > onclick: {fn: printBiblio } > }); >+ new YAHOO.widget.Button({ >+ id: "view_marc", >+ type: "link", >+ label: "View marc", >+ container: this, >+ href: "/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]", >+ rel: "gb_page_center[600,500]" >+ }); > [% IF ( CAN_user_reserveforothers ) %][% UNLESS ( norequests ) %] > [% IF ( holdfor ) %] > // Create an array of YAHOO.widget.MenuItem configuration properties >-- >1.7.9.5
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