Bugzilla – Attachment 119140 Details for
Bug 28066
Remove select tag's size attribute where it is 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28066: (QA follow-up) Fix some single quote occurences
Bug-28066-QA-follow-up-Fix-some-single-quote-occur.patch (text/plain), 1.64 KB, created by
Katrin Fischer
on 2021-04-02 16:40:00 UTC
(
hide
)
Description:
Bug 28066: (QA follow-up) Fix some single quote occurences
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-02 16:40:00 UTC
Size:
1.64 KB
patch
obsolete
>From decab5e7ecd364b80abffe9505b8dab231a5ab48 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 29 Mar 2021 18:46:18 +0000 >Subject: [PATCH] Bug 28066: (QA follow-up) Fix some single quote occurences > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >index cb7a4b518c..37a1f6769f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >@@ -130,12 +130,12 @@ > <label class="inline" for="basename">Named: </label> > <input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application </label> >- <select id='MIME' name='MIME' size='1'> >+ <select id='MIME' name='MIME'> > [% FOREACH outputFormatloo IN outputFormatloop %] > <option value="[% outputFormatloo | html %]">[% outputFormatloo | html %]</option> > [% END %] > </select> >- <select id='sep' name='sep' size='1'> >+ <select id='sep' name='sep'> > [% FOREACH delimiterloo IN delimiterloop %] > [% IF delimiterloo == delimiterPreference %] > <option value="[% delimiterloo | html %]">[% delimiterloo | html %]</option> >-- >2.11.0
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 28066
:
119046
|
119049
|
119139
| 119140