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> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
2cc6e67204
commit
1fcdef312b
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue