Bugzilla – Attachment 115841 Details for
Bug 27446
Markup errors in suggestion/suggestion.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27446: (QA follow-up) Add missing filters
Bug-27446-QA-follow-up-Add-missing-filters.patch (text/plain), 3.38 KB, created by
Katrin Fischer
on 2021-01-26 21:20:15 UTC
(
hide
)
Description:
Bug 27446: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-26 21:20:15 UTC
Size:
3.38 KB
patch
obsolete
>From c8822659cec9e133d0ee5161ad3cb8dae99f86ff Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 24 Jan 2021 02:30:29 +0000 >Subject: [PATCH] Bug 27446: (QA follow-up) Add missing filters > >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 5feda9c041..94ed6f6b39 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -816,9 +816,9 @@ > <h2 style="padding-left:1em;">Change selected suggestions</h2> > <div class="col-sm-4"> > <fieldset> >- <div id="select-reason[% loop.index %]"> >- <label for="STATUSreason[% loop.index %]">Mark selected as: </label> >- <select name="STATUS" id="STATUSreason[% loop.index %]"> >+ <div id="select-reason[% loop.index | html %]"> >+ <label for="STATUSreason[% loop.index | html %]">Mark selected as: </label> >+ <select name="STATUS" id="STATUSreason[% loop.index | html %]"> > <option value=""> -- Choose a status --</option> > > [% IF (statusselected_ASKED ) %] >@@ -856,8 +856,8 @@ > [% END %] > </select> > >- <label for="choosereason[% loop.index %]">with this reason:</label> >- <select name="reason" id="choosereason[% loop.index %]"> >+ <label for="choosereason[% loop.index | html %]">with this reason:</label> >+ <select name="reason" id="choosereason[% loop.index | html %]"> > <option value=""> -- Choose a reason -- </option> > [% FOREACH reasonsloo IN suggestion.reasonsloop %] > <option value="[% reasonsloo.lib | html %]">[% reasonsloo.lib | html %]</option> >@@ -1019,8 +1019,8 @@ > [% END %] > </li> > <li> >- <label for="STATUS[% loop.index %]"> Status:</label> >- <select name="STATUS" id="STATUS[% loop.index %]"> >+ <label for="STATUS[% loop.index | html %]"> Status:</label> >+ <select name="STATUS" id="STATUS[% loop.index | html %]"> > <option value="">Any</option> > [% IF (statusselected_ASKED ) %] > <option value="ASKED" selected="selected">Pending</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 27446
:
115774
|
115792
|
115840
| 115841