Bugzilla – Attachment 84407 Details for
Bug 22207
Course reserves page does not have unique body id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22207: course reserves page does not have unique <body> id test plan go to cgi-bin/koha/opac-course-reserves.pl in the OPAC and make sure the body id is opac-course-reserves
Bug-22207-course-reserves-page-does-not-have-uniqu.patch (text/plain), 1010 bytes, created by
Lucas Gass (lukeg)
on 2019-01-25 15:42:11 UTC
(
hide
)
Description:
Bug 22207: course reserves page does not have unique <body> id test plan go to cgi-bin/koha/opac-course-reserves.pl in the OPAC and make sure the body id is opac-course-reserves
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-01-25 15:42:11 UTC
Size:
1010 bytes
patch
obsolete
>From aa948adb9c5b2c381b4dd8303b2b6d2153a22c68 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 25 Jan 2019 15:37:21 +0000 >Subject: [PATCH] Bug 22207: course reserves page does not have unique <body> > id test plan go to cgi-bin/koha/opac-course-reserves.pl in the OPAC and make > sure the body id is opac-course-reserves > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >index 1f055ae337..47c7fa1e22 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >@@ -11,7 +11,7 @@ > [% END %] > > </head> >-[% INCLUDE 'bodytag.inc' bodyid='opac-main' %] >+[% INCLUDE 'bodytag.inc' bodyid='opac-course-reserves' %] > [% 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 22207
:
84407
|
84408
|
84430
|
84455