Bugzilla – Attachment 165276 Details for
Bug 35746
Multiple selections for parameters used in the IN function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35746: (follow-up) Fix invalid TT syntax inside html tag
Bug-35746-follow-up-Fix-invalid-TT-syntax-inside-h.patch (text/plain), 1.58 KB, created by
Brendan Lawlor
on 2024-04-22 12:39:22 UTC
(
hide
)
Description:
Bug 35746: (follow-up) Fix invalid TT syntax inside html tag
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-04-22 12:39:22 UTC
Size:
1.58 KB
patch
obsolete
>From d24471edf5207f6ca7af66cc65d1e7a0fb2ebb3f Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Mon, 22 Apr 2024 12:29:52 +0000 >Subject: [PATCH] Bug 35746: (follow-up) Fix invalid TT syntax inside html tag > >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index f79005ee58..cd959ca710 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -876,7 +876,7 @@ > [% ELSE %] > <li> > <label for="sql_params_[% sql_param.labelid | html %]">[% sql_param.entry | html %]:</label> >- <select name="[%- sql_param.input.name | html -%]" tabindex="1" id="[%- sql_param.input.id | html -%]" [%- sql_param.select_multiple | html -%]> >+ <select name="[%- sql_param.input.name | html -%]" tabindex="1" id="[%- sql_param.input.id | html -%]" multiple="[%- sql_param.select_multiple | html -%]"> > [% IF (sql_param.include_all) %] > <option value="%">All</option> > [% END %] >-- >2.39.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 35746
:
160880
|
160995
|
161224
|
161247
|
161248
|
162300
|
162303
|
163875
|
163920
|
163921
|
165276
|
165333
|
165334
|
165345
|
165659
|
165660