Bugzilla – Attachment 52427 Details for
Bug 14790
Link to OPAC view from within subscriptions, search and item editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14790 - Add OPAC view link to serials toolbar
Bug-14790---Add-OPAC-view-link-to-serials-toolbar.patch (text/plain), 1.37 KB, created by
Kyle M Hall (khall)
on 2016-06-15 14:08:02 UTC
(
hide
)
Description:
Bug 14790 - Add OPAC view link to serials toolbar
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-15 14:08:02 UTC
Size:
1.37 KB
patch
obsolete
>From 544054ea1c5fe6fca0d37260ee51cf6e916e55c0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 15 Jun 2016 12:21:53 +0000 >Subject: [PATCH] Bug 14790 - Add OPAC view link to serials toolbar > >Test Plan: >1) Apply this patch >2) Go to subscription-detail.pl for a serial >3) Note the new OPAC view button >4) Click the button, it should open the corrosponding the OPAC detail > page for that record in a new tab. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >index 296f339..d23d5c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >@@ -1,3 +1,4 @@ >+[% USE Koha %] > <script type="text/javascript"> > //<![CDATA[ > >@@ -89,6 +90,7 @@ > [% END %] > [% END %] > [% END %] >+ <div class="btn-group view-in-opac"><a id="view-subscription-in-opac" class="btn btn-small" target="_blank" href="[% Koha.Preference('OPACBaseURL') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]"><i class="fa fa-link"></i> OPAC view</a></div> > </div> > [% ELSIF CAN_user_serials_create_subscription %] > <div id="toolbar" class="btn-toolbar"> >-- >2.1.4
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 14790
:
52427
|
52428
|
52429
|
52430
|
52434
|
52435
|
52436
|
52437
|
52438
|
52439
|
52737
|
52890
|
52891
|
52892
|
52893