Bugzilla – Attachment 175468 Details for
Bug 29996
Show an alert on main page when serial issues are late
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29996: (follow-up) Show count of late issues instead of list
Bug-29996-follow-up-Show-count-of-late-issues-inst.patch (text/plain), 2.72 KB, created by
Owen Leonard
on 2024-12-13 19:33:00 UTC
(
hide
)
Description:
Bug 29996: (follow-up) Show count of late issues instead of list
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-12-13 19:33:00 UTC
Size:
2.72 KB
patch
obsolete
>From bd6c6a323b47b30609793020216c3c7b8c11e640 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 13 Dec 2024 19:07:18 +0000 >Subject: [PATCH] Bug 29996: (follow-up) Show count of late issues instead of > list > >This patch makes two changes: >1. Change the label to "The following serials have late issues:" >2. Show the count of late issues rather than a list of the issue > numbers. This makes it consistent with the other types of messages > shown in this area of the page. >--- > .../prog/en/modules/intranet-main.tt | 17 +++++++---------- > 1 file changed, 7 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index fbbc2ccfd3..fe3205d00f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -278,17 +278,14 @@ > > [% IF late_subscriptions %] > <div class="pending-info" id="problem_late_subscriptions"> >- <span>The following serials are late:</span> >+ <span>The following serials have late issues:</span> > <ul> >- [% FOREACH s IN late_subscriptions %] >- <li> >- <a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% s.subscription.subscriptionid | uri %]">[% s.subscription.biblio.title | html %]</a>: >- [% FOREACH serial IN s.serials %] >- [% serial.serialseq | html %] >- [% "," UNLESS loop.last %] >- [% END %] >- </li> >- [% END %] >+ [% FOREACH s IN late_subscriptions %] >+ <li> >+ <a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=[% s.subscription.subscriptionid | uri %]">[% s.subscription.biblio.title | html %]</a>: >+ <span class="pending-number-link">[% s.serials.size | html %]</span> >+ </li> >+ [% END %] > </ul> > </div> > [% END %] >-- >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 29996
:
130045
|
143631
|
156794
|
156795
|
175383
|
175384
|
175385
|
175467
|
175468
|
175474
|
175475