From e3155df6da6e43aecdf805d72bb759f55914d3bd Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Jun 2016 13:55:28 +0000 Subject: [PATCH] Bug 14790 - Add OPAC view link to items editor Test Plan: 1) Apply this patch 2) Find a record and open the items editor for it 3) Click the "Actions" button for an item 4) Choose the option "OPAC view" 5) A new browser tab should open to the OPAC details page for the record whose items you are editing. --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 0b5bde4..0a9ef7f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] @@ -207,6 +208,7 @@ function confirm_deletion() {
  • Delete
  • [% END %] [% END %] +
  • OPAC view
  • -- 2.1.4