Bugzilla – Attachment 96566 Details for
Bug 24283
Missing close parens and closing strong tag in course reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24283: (bug 21446 follow-up) close strong and add missing parens
Bug-24283-bug-21446-follow-up-close-strong-and-add.patch (text/plain), 1.94 KB, created by
Katrin Fischer
on 2019-12-22 10:41:47 UTC
(
hide
)
Description:
Bug 24283: (bug 21446 follow-up) close strong and add missing parens
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-12-22 10:41:47 UTC
Size:
1.94 KB
patch
obsolete
>From 438d65aafda162063d0b960311cefa9445ca0d6e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 20 Dec 2019 11:29:39 +0000 >Subject: [PATCH] Bug 24283: (bug 21446 follow-up) close strong and add missing > parens > >To Test: >1) Create a course in course reserves, make it inactive >2) Add an item to it, changing item type and location >3) Make the course enabled >4) Note that the normal item type is no longer bold and has both opening and closing parentheses; Note that the normal location is also not bold and has both opening and closing parentheses. >5) Disable the course >6) Note that the normal item type is in bold with an opening parentheses but no closing parentheses; Note that the normal location is in bold with both opening and closing parentheses. >7) Apply patch >8) Note view is fixed > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 8fc19da003..5b45fc9b5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -110,7 +110,7 @@ > [% ELSE %] > [% ItemTypes.GetDescription( cr.course_item.itype ) | html %] > [% IF cr.item.itype %] >- (<strong>[% ItemTypes.GetDescription( cr.item.itype) | html %] >+ (<strong>[% ItemTypes.GetDescription( cr.item.itype) | html %]</strong>) > [% END %] > [% END %] > [% ELSE %] >-- >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 24283
:
96514
| 96566