Bugzilla – Attachment 138040 Details for
Bug 23838
Add ability to view item renew history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23838: Add 'view' link to item detail page
Bug-23838-Add-view-link-to-item-detail-page.patch (text/plain), 1.99 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-07-22 15:17:04 UTC
(
hide
)
Description:
Bug 23838: Add 'view' link to item detail page
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-07-22 15:17:04 UTC
Size:
1.99 KB
patch
obsolete
>From c2e79f7e1b7b8b241e7d6552bc64e7c421cb2278 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 22 Jul 2022 12:16:32 -0300 >Subject: [PATCH] Bug 23838: Add 'view' link to item detail page > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/catalogue/moredetail.tt | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 2f7ddbd78e5..cdb239e7408 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -131,7 +131,12 @@ > [% END %] > [% END %] > </li> >- <li><span class="label">Current renewals:</span> [% ITEM_DAT.renewals | html %] </li> >+ <li><span class="label">Current renewals:</span> >+ [% ITEM_DAT.renewals | html %] >+ [% IF ITEM_DAT.renewals %] >+ [ <a class="checkout_renewals_view" data-renewals="[% ITEM_DAT.renewals | html | html %]" data-issueid="[% ITEM_DAT.object.checkout.id | html %]" href="#">View</a> ] >+ [% END %] >+ </li> > [% IF itemlostloop %] > <li><span class="label">Lost status:</span> > [% IF ( CAN_user_circulate ) %] >@@ -371,8 +376,13 @@ > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'catalog-strings.inc' %] >+ [% INCLUDE 'checkout-renewal-modal.inc' %] >+ [% INCLUDE 'checkout-renewal-modal-strings.inc' %] >+ [% INCLUDE 'js-date-format.inc' %] >+ [% INCLUDE 'js-patron-format.inc' %] > [% Asset.js("js/catalog.js") | $raw %] > [% Asset.js("js/browser.js") | $raw %] >+ [% Asset.js("js/checkout-renewal-modal.js") | $raw %] > <script> > var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10)); > browser.show(); >-- >2.34.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 23838
:
94394
|
94395
|
94635
|
94636
|
94663
|
94664
|
94676
|
94681
|
94682
|
94683
|
94684
|
94685
|
95466
|
95467
|
95468
|
95469
|
95470
|
95471
|
95472
|
96186
|
96187
|
96188
|
96189
|
96190
|
131892
|
131914
|
131915
|
133945
|
133946
|
133966
|
133967
|
133968
|
134890
|
134891
|
134892
|
137167
|
137168
|
137169
|
138007
|
138019
|
138020
|
138021
|
138022
|
138039
|
138040
|
138041
|
138042
|
138043