From 6ae0b50568777d09738afae453dadab425ddf742 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Jun 2016 14:30:18 +0000 Subject: [PATCH] Bug 14790 - Add OPAC view link to Serials detail 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 --- .../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() {
  • Librarian identity: [% librarian %]
  • Vendor: [% aqbooksellername %]
  • Biblio: [% bibliotitle %] ([% bibnum %])
  • +
  • + OPAC view: + Open in new window. +
  • [% IF ( branchcode ) %]
  • Library: [% Branches.GetName( branchcode ) %]
  • [% END %] [% IF ( serialsadditems ) %]
  • Items: Serial receipt creates an item record.
  • -- 2.1.4