Bugzilla – Attachment 181159 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: (follow-up) Correct title attribute
Bug-39421-follow-up-Correct-title-attribute.patch (text/plain), 1.06 KB, created by
Owen Leonard
on 2025-04-18 13:41:20 UTC
(
hide
)
Description:
Bug 39421: (follow-up) Correct title attribute
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-04-18 13:41:20 UTC
Size:
1.06 KB
patch
obsolete
>From 96a4491b268c495248f614a4d533d6850eb06690 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 18 Apr 2025 13:40:01 +0000 >Subject: [PATCH] Bug 39421: (follow-up) Correct title attribute > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 ae6a4a90934..ad653291346 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -210,7 +210,7 @@ > [% 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> >+ <a href="#" title="Renewal settings"><i class="fa-solid fa-sliders"></i></a> > </div> > <button type="submit" class="btn btn-primary">Submit</button> > >-- >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