From f4dd481a0b283f2481ffd5cb18fcd44a23b10e74 Mon Sep 17 00:00:00 2001
From: Kyle M Hall
Date: Wed, 15 Jun 2016 12:27:40 +0000
Subject: [PATCH] Bug 14790 - Add Opac view link to search results
Test Plan:
1) Apply this patch
2) Perform a staff catalog search
3) Note the new "OPAC view" link
4) Click the link, it should open a new tab to the OPAC details for that record.
---
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
index 6e71a41..5f7b9d1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
@@ -564,7 +564,11 @@ var holdForPatron = function () {
[% END %]
[% IF ( CAN_user_editcatalogue_edit_items ) %]
| Edit items
- [% END %]
+ [% END %]
+
+ | OPAC view
+
+
--
2.1.4 |