Koha/koha-tmpl/opac-tmpl/bootstrap/en
Katrin Fischer ccf9eaf62f
Bug 23952: Fix body tag on OPAC course details page
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-11-07 13:10:29 +00:00
..
includes Bug 23903: Replace OPAC icons with Font Awesome 2019-10-31 15:40:25 +00:00
modules Bug 23952: Fix body tag on OPAC course details page 2019-11-07 13:10:29 +00:00
xslt Bug 22581: Show and play musical inscripts 2019-11-03 08:11:38 +00:00