Bugzilla – Attachment 123733 Details for
Bug 24387
Rename News tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24387: (QA follow-up) Add missing filters
Bug-24387-QA-follow-up-Add-missing-filters.patch (text/plain), 2.62 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-08-10 23:57:06 UTC
(
hide
)
Description:
Bug 24387: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-08-10 23:57:06 UTC
Size:
2.62 KB
patch
obsolete
>From 60ed86f04537bcd6f14ec631140ee7af1ed8983d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 10 Aug 2021 15:52:40 -0300 >Subject: [PATCH] Bug 24387: (QA follow-up) Add missing filters > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/tools/additional-contents.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 8aebc2f012..c693a68b2e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -231,7 +231,7 @@ > [% IF language.lang == 'default' %] > <li><a href="#lang_default">Default</a></li> > [% ELSE %] >- <li><a href="#lang_[% language.lang | uri %]">[% language.description %]</a></li> >+ <li><a href="#lang_[% language.lang | uri %]">[% language.description | html %]</a></li> > [% END %] > [% END %] > </ul> >@@ -249,7 +249,7 @@ > <li style="list-style: none;"> > <label for="content_[% language.lang | html %]">Content: </label> > <textarea name="content" id="content_[% language.lang | html %]" cols="75" rows="10">[% translated_contents.item(language.lang).content | html %]</textarea> >- <input type="hidden" name="lang" value="[% language.lang %]" /> >+ <input type="hidden" name="lang" value="[% language.lang | html %]" /> > </li> > </ol> > </fieldset> >@@ -309,10 +309,10 @@ > [% ELSIF c.location == 'staff_only' %]Librarian interface > [% ELSIF c.location == 'opac_only' %]OPAC > [% ELSIF c.location == 'slip' %]Slip >- [% ELSE %]Unknown ('[% location %]') >+ [% ELSE %]Unknown ('[% location | html %]') > [% END %] > [% ELSE %] >- [% c.location %] >+ [% c.location | html %] > [% END %] > </td> > <td> >-- >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 24387
:
122737
|
122738
|
122746
|
122748
|
122872
|
122873
|
122874
|
122878
|
122879
|
122880
|
123730
|
123731
|
123732
| 123733 |
123734
|
123795
|
123796
|
123797
|
123798
|
123803
|
123811
|
123854
|
123855
|
123856
|
124867
|
125545
|
142653