Bugzilla – Attachment 161203 Details for
Bug 35795
Missing closing tag in OPAC course details template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35795: Missing closing tag in OPAC course details template
Bug-35795-Missing-closing-tag-in-OPAC-course-detai.patch (text/plain), 1.74 KB, created by
Marcel de Rooy
on 2024-01-19 10:45:05 UTC
(
hide
)
Description:
Bug 35795: Missing closing tag in OPAC course details template
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-01-19 10:45:05 UTC
Size:
1.74 KB
patch
obsolete
>From 6408234bbd9dfc66422426444a6f6790390e476b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 12 Jan 2024 16:35:28 +0000 >Subject: [PATCH] Bug 35795: Missing closing tag in OPAC course details > template >Content-Type: text/plain; charset=utf-8 > >This patch adds a missing closing tag, "</em>" to the breadcrumb >navigation shown when viewing the detail page of a course. > >To test you must have at least one course created in the course reserves >module (Course reserves -> New course) > >- Apply the patch and go to the OPAC. >- Open the Course reserves page and click the name of the course you > created. >- The last item in the breadcrumb menu should be "Course reserves for > [your course name]" and "you_course_name" should be in italics. >- The rest of the page should look correct. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index 3849dbba4d..b7354fdb96 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -24,7 +24,7 @@ > <a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Course reserves for <em>[% course.course_name | html %]</span> >+ <span>Course reserves for <em>[% course.course_name | html %]</em></span> > [% END %] > [% END #/ WRAPPER breadcrumbs %] > >-- >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 35795
:
160989
|
160991
| 161203