Bugzilla – Attachment 163891 Details for
Bug 35882
Use template wrapper for accordions: Notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35882: (QA follow-up) Fix wrapper parameter (panelgroup_id)
Bug-35882-QA-follow-up-Fix-wrapper-parameter-panel.patch (text/plain), 1.10 KB, created by
Julian Maurice
on 2024-03-26 08:39:46 UTC
(
hide
)
Description:
Bug 35882: (QA follow-up) Fix wrapper parameter (panelgroup_id)
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2024-03-26 08:39:46 UTC
Size:
1.10 KB
patch
obsolete
>From dc9a429856f1f028b02464c9234ed4064a7cfc06 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 26 Mar 2024 09:38:10 +0100 >Subject: [PATCH] Bug 35882: (QA follow-up) Fix wrapper parameter > (panelgroup_id) > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 293b8f7e82..afe2778d85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -568,7 +568,7 @@ > [% END %] > > [% BLOCK message_templates %] >- [% WRAPPER accordion id="group_${lang}" %] >+ [% WRAPPER accordion panelgroup_id="${lang}" %] > [% FOR mtt IN letters.$lang.templates.keys.sort %] > [% SET letter = letters.$lang.templates.$mtt %] > [% NEXT IF letter.message_transport_type == "itiva" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] >-- >2.30.2
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 35882
:
161330
|
161738
|
163890
| 163891