Bugzilla – Attachment 182016 Details for
Bug 39688
Space missing between "suspended" and "until" in the holds summary table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39688: (alternate) Improve i18n and spacing
Bug-39688-alternate-Improve-i18n-and-spacing.patch (text/plain), 1.62 KB, created by
Owen Leonard
on 2025-05-07 11:26:34 UTC
(
hide
)
Description:
Bug 39688: (alternate) Improve i18n and spacing
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-07 11:26:34 UTC
Size:
1.62 KB
patch
obsolete
>From c98c10f37e2cbd1ff7168e0cc9840f47e547af0d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 7 May 2025 11:15:23 +0000 >Subject: [PATCH] Bug 39688: (alternate) Improve i18n and spacing > >Reworking the template logic of this section improves the spacing and >makes it so that the strings make more sense in translation. >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index 201477bb0f9..2df921a1dbc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -147,7 +147,11 @@ > [% ELSIF ( HOLD.is_in_processing ) %] > <span>Item in processing</span> > [% ELSIF ( HOLD.suspend ) %] >- <span>Suspended</span>[% IF ( HOLD.suspend_until ) %]<span>until</span> [% HOLD.suspend_until | $KohaDates %][% END %] >+ [% IF ( HOLD.suspend_until ) %] >+ <span>Suspended until [% HOLD.suspend_until | $KohaDates %]</span> >+ [% ELSE %] >+ <span>Suspended</span> >+ [% END %] > [% ELSE %] > [% IF HOLD.itemtype %] > <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span> >-- >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 39688
:
181196
|
181529
|
181556
|
181849
|
182016
|
182040
|
182087