Bugzilla – Attachment 52439 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]
[SIGNED-OFF] Bug 14790 - Add OPAC view link to Serials detail
SIGNED-OFF-Bug-14790---Add-OPAC-view-link-to-Seria.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2016-06-15 15:28:29 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14790 - Add OPAC view link to Serials detail
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-06-15 15:28:29 UTC
Size:
2.07 KB
patch
obsolete
>From 8142ec25df4ac54478bf0d08de66bad85ed04019 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 15 Jun 2016 14:30:18 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 14790 - Add OPAC view link to Serials detail >Content-Type: text/plain; charset="utf-8" > >Test Plan: >1) Apply this patch >2) Browse to subscription-detail.pl for a given serial >3) Note the new "OPAC view" link >4) Click the link, a new tab should open up showing the record > details for that record in the OPAC > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 858f41a..c8daa2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% USE Branches %] > [% USE AuthorisedValues %] > [% INCLUDE 'doc-head-open.inc' %] >@@ -88,6 +89,10 @@ $(document).ready(function() { > <li><span class="label">Librarian identity:</span> [% librarian %]</li> > <li><span class="label">Vendor:</span> <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% aqbooksellerid %]">[% aqbooksellername %]</a></li> > <li><span class="label">Biblio:</span> <a href="/cgi-bin/koha/catalogue/[% default_bib_view %].pl?biblionumber=[% bibnum %]">[% bibliotitle %]</a> <i>([% bibnum %])</i></li> >+ <li> >+ <span class="label">OPAC view:</span> >+ <a id="view-subscription-in-opac" target="_blank" href="[% Koha.Preference('OPACBaseURL') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]">Open in new window.</a> >+ </li> > [% IF ( branchcode ) %]<li><span class="label">Library:</span> [% Branches.GetName( branchcode ) %]</li>[% END %] > [% IF ( serialsadditems ) %] > <li><span class="label">Items:</span> Serial receipt creates an item record.</li> >-- >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