Bugzilla – Attachment 138108 Details for
Bug 31211
Check slips and notices for valid Template Toolkit and report errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31211: (QA follow-up) Add class to new list element for error
Bug-31211-QA-follow-up-Add-class-to-new-list-eleme.patch (text/plain), 1.41 KB, created by
Katrin Fischer
on 2022-07-25 22:29:34 UTC
(
hide
)
Description:
Bug 31211: (QA follow-up) Add class to new list element for error
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-25 22:29:34 UTC
Size:
1.41 KB
patch
obsolete
>From 96294c5bbf580b960d287cdd023af4205b0956eb Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 25 Jul 2022 22:25:46 +0000 >Subject: [PATCH] Bug 31211: (QA follow-up) Add class to new list element for > error > >To allow additional styling the class template_toolkit_error was >added to the list element. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 3e35a37a9c..dd96ba7782 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -497,7 +497,7 @@ > [% END %] > <ol> > [% IF ( letter.tt_error ) %] >- <li> >+ <li class="template_toolkit_error"> > <span class="label error">Template Toolkit error:</span> > [% letter.tt_error | html %] > </li> >-- >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 31211
:
137984
|
137985
|
138107
| 138108