Bugzilla – Attachment 179631 Details for
Bug 39421
Renewal date input field (and date picker) not showing on Circulation > Renew
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39421: Restore settings icon and date picker
Bug-39421-Restore-settings-icon-and-date-picker.patch (text/plain), 1.31 KB, created by
Nick Clemens (kidclamp)
on 2025-03-22 15:34:24 UTC
(
hide
)
Description:
Bug 39421: Restore settings icon and date picker
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-03-22 15:34:24 UTC
Size:
1.31 KB
patch
obsolete
>From 91a2d97e32d70604c86b097a61dffbbd312431c8 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sat, 22 Mar 2025 15:34:02 +0000 >Subject: [PATCH] Bug 39421: Restore settings icon and date picker > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index b16bf80201a..ae6a4a90934 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -209,6 +209,9 @@ > <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" /> > [% END %] > <input type="hidden" name="op" value="cud-renew" /> >+ <div id="show-circ-settings"> >+ <a href="#" title="Checkin settings"><i class="fa-solid fa-sliders"></i></a> >+ </div> > <button type="submit" class="btn btn-primary">Submit</button> > > <div class="circ-settings show"> >@@ -233,6 +236,7 @@ > [% END %] > > [% MACRO jsinclude BLOCK %] >+ [% Asset.js("js/pages/circulation.js") | $raw %] > [% INCLUDE 'calendar.inc' %] > [% IF error %] > <script> >-- >2.39.5
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 39421
:
179631
|
179897
|
181159
|
181250
|
181251