Bugzilla – Attachment 52438 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]
[SIGNED-OFF] Bug 14790 - Add OPAC view link to items editor
SIGNED-OFF-Bug-14790---Add-OPAC-view-link-to-items.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2016-06-15 15:27:36 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14790 - Add OPAC view link to items editor
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-06-15 15:27:36 UTC
Size:
1.75 KB
patch
obsolete
>From 7e6e8e6f99df53f68e64766ccae417a3abcb985f 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] [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 <oleonard@myacpl.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.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