From 7e6e8e6f99df53f68e64766ccae417a3abcb985f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Jun 2016 13:55:28 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 14790 - Add OPAC view link to items editor Content-Type: text/plain; charset="utf-8" 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. Signed-off-by: Owen Leonard --- 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