Bugzilla – Attachment 52891 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 items editor
Bug-14790---Add-OPAC-view-link-to-items-editor.patch (text/plain), 1.77 KB, created by
Jonathan Druart
on 2016-06-27 12:39:19 UTC
(
hide
)
Description:
Bug 14790 - Add OPAC view link to items editor
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-27 12:39:19 UTC
Size:
1.77 KB
patch
obsolete
>From 5d6eed111e4d397abd2d78cdf3c224219839fbaf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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() { > <li><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]" onclick="return confirm_deletion();">Delete</a></li> > [% END %] > [% END %] >+ <li class="view-in-opac"><a target="_blank" href="[% Koha.Preference('OPACBaseURL') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]">OPAC view</a></li> > </ul> > </div> > </td> >-- >2.8.1
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