Bugzilla – Attachment 160991 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.64 KB, created by
David Nind
on 2024-01-12 17:14:39 UTC
(
hide
)
Description:
Bug 35795: Missing closing tag in OPAC course details template
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-01-12 17:14:39 UTC
Size:
1.64 KB
patch
obsolete
>From c1607b217e9b1e6868dae24fe7d2b1a5b47bc8a0 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 > >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> >--- > 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