From f81807cd48b13212ba584785cefbd8832b2a008f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 15 Jun 2016 12:28:58 +0000 Subject: [PATCH] Bug 14790 - Add OPAC view link to catalog toolbar Test Plan: 1) Apply this patch 2) Browse to the details page for a record 3) Note the new OPAC view button on the toolbar 4) Click the link, it should open a new tab with the corrosponding record to the opac details page for it --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 68aeefa..e6a1f74 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -263,6 +263,8 @@ CAN_user_serials_create_subscription ) %] [% END %] [% END %] +
OPAC view
+ -- 2.1.4