Bugzilla – Attachment 136193 Details for
Bug 30733
Simplify translatable strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30733: Undo <span> in an ICS calendar file
Bug-30733-Undo-span-in-an-ICS-calendar-file.patch (text/plain), 1.33 KB, created by
Paul Derscheid
on 2022-06-16 17:09:10 UTC
(
hide
)
Description:
Bug 30733: Undo <span> in an ICS calendar file
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2022-06-16 17:09:10 UTC
Size:
1.33 KB
patch
obsolete
>From 5c892919a344e4a98e00f872e1cb812b953d07e8 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Thu, 2 Jun 2022 05:42:33 +0200 >Subject: [PATCH] Bug 30733: Undo <span> in an ICS calendar file > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt >index 9963ee0f79..8ba6fc71a3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt >@@ -2,8 +2,8 @@ > [%- newline="\n" | html -%] > [%- IF overdue == 1 -%] > [% title | html %] is overdue >-[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue</span> >+[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue > [%- ELSE -%] > [% title | html %] is due >-[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today</span> >+[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today > [%- END -%] >-- >2.20.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 30733
:
134903
|
134908
|
134912
|
135444
|
135564
|
135565
|
135566
|
135567
|
135568
|
135569
|
136012
|
136013
|
136014
|
136015
|
136016
|
136017
|
136018
|
136019
|
136020
|
136021
|
136045
|
136046
|
136047
|
136048
|
136049
|
136050
|
136051
|
136052
|
136053
|
136054
|
136098
|
136099
|
136100
|
136101
|
136102
|
136103
|
136104
|
136105
|
136106
|
136107
|
136108
|
136109
|
136110
|
136111
|
136112
|
136113
|
136114
|
136115
|
136116
|
136117
|
136174
|
136175
|
136176
|
136177
|
136178
|
136179
|
136180
|
136181
|
136182
|
136183
|
136188
|
136189
|
136190
|
136191
|
136192
|
136193
|
136194
|
136195
|
136196
|
136197
|
136202
|
136203
|
136204
|
136205
|
136206
|
136207
|
136208
|
136209
|
136210
|
136211
|
136286