Bugzilla – Attachment 52428 Details for
Bug 14790
Link to OPAC view from within subscriptions, search and item editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14790 - Add Opac view link to search results
Bug-14790---Add-Opac-view-link-to-search-results.patch (text/plain), 1.59 KB, created by
Kyle M Hall (khall)
on 2016-06-15 14:08:11 UTC
(
hide
)
Description:
Bug 14790 - Add Opac view link to search results
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-15 14:08:11 UTC
Size:
1.59 KB
patch
obsolete
>From 9dde95f15e8ab9a09b7f97c4b24ee61430067ef6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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 ) %] > | <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">Edit items</a> >- [% END %]</p> >+ [% END %] >+ <span class="view-in-opac"> >+ | <a target="_blank" href="[% Koha.Preference('OPACBaseURL') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">OPAC view</a> >+ </span> >+ </p> > </td> > > <td><div class="availability"> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14790
:
52427
|
52428
|
52429
|
52430
|
52434
|
52435
|
52436
|
52437
|
52438
|
52439
|
52737
|
52890
|
52891
|
52892
|
52893