Bugzilla – Attachment 171441 Details for
Bug 35987
See highlighted items below link broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35987: Fix broken See highlighted items below link
Bug-35987-Fix-broken-See-highlighted-items-below-l.patch (text/plain), 1.15 KB, created by
Lari Strand
on 2024-09-13 10:50:23 UTC
(
hide
)
Description:
Bug 35987: Fix broken See highlighted items below link
Filename:
MIME Type:
Creator:
Lari Strand
Created:
2024-09-13 10:50:23 UTC
Size:
1.15 KB
patch
obsolete
>From c15de1cfe6281e07bb498ef37c79c7b2e4059223 Mon Sep 17 00:00:00 2001 >From: Lari Strand <lari.strand@koha-suomi.fi> >Date: Fri, 13 Sep 2024 13:49:30 +0300 >Subject: [PATCH] Bug 35987: Fix broken See highlighted items below link > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index b64f4f0f92..b564b4b542 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -101,7 +101,7 @@ > > [% IF ( odues ) %] > <li class="odues blocker"> >- <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts">See highlighted items below</a> >+ <span class="circ-hlt">Overdues:</span> Patron has ITEMS OVERDUE <a href="#checkouts_panel" onclick="$('#issues-table-load-immediately').click(); $('#issues-table-load-immediately').click();">See highlighted items below </a> > </li> > [% END %] > >-- >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 35987
:
171441
|
173769
|
174060