Bugzilla – Attachment 95141 Details for
Bug 23952
Fix body id on OPAC course details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23952: Fix body tag on OPAC course details page
Bug-23952-Fix-body-tag-on-OPAC-course-details-page.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2019-11-07 11:18:17 UTC
(
hide
)
Description:
Bug 23952: Fix body tag on OPAC course details page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-07 11:18:17 UTC
Size:
1.48 KB
patch
obsolete
>From a89fe74c782679a042f1bdcfe314b8c2848bb847 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 2 Nov 2019 01:58:00 +0000 >Subject: [PATCH] Bug 23952: Fix body tag on OPAC course details page >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The id was not changed, when the page was added and >remained opac-main. The patch changes it to >opac-course-details so the page has its own unique id. > >To test: >- Add a course reserve to your installation >- Go to the course reserves page in the OPAC >- Click on the course to see its details >- Look at the source code, the <body> tag should show: > Without patch: opac-main > with patch applied: opac-course-details > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 6e2c2ef4fc..b7d43fba22 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 >@@ -13,7 +13,7 @@ > [% END %] > > </head> >-[% INCLUDE 'bodytag.inc' bodyid='opac-main' %] >+[% INCLUDE 'bodytag.inc' bodyid='opac-course-details' %] > [% INCLUDE 'masthead.inc' %] > > <div class="main"> >-- >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 23952
:
94969
|
94994
| 95141