Bugzilla – Attachment 181539 Details for
Bug 39689
Typo in header of course reserves page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39689: Fixed Course Reserve typo
Bug-39689-Fixed-Course-Reserve-typo.patch (text/plain), 1.45 KB, created by
PTFS Europe Sandboxes
on 2025-04-25 15:10:19 UTC
(
hide
)
Description:
Bug 39689: Fixed Course Reserve typo
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2025-04-25 15:10:19 UTC
Size:
1.45 KB
patch
obsolete
>From 362cf57bef22f288b599fadbf8982682a3b607b3 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 25 Apr 2025 14:32:57 +0000 >Subject: [PATCH] Bug 39689: Fixed Course Reserve typo > >To test: >1. Visit http://localhost:8080/cgi-bin/koha/opac-course-reserves.pl >2. Note the heading is "Courses reserves" which is grammatically incorrect. >3. Apply the patch and refresh the Course Reserves page. >4. Note that the heading is now grammatically correct. >5. Sign off and have a great day! :D > >Signed-off-by: Michelle <mspinney@clamsnet.org> >--- > .../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 04212c0cb1..829205bde5 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 >@@ -32,7 +32,7 @@ > <div class="row"> > <div class="col order-first order-md-first order-lg-2"> > <div id="courses" class="maincontent"> >- <h1>Courses reserves</h1> >+ <h1>Course reserves</h1> > > <table id="course_reserves_table" class="table table-bordered table-striped table-condensed"> > <caption class="sr-only">Courses</caption> >-- >2.39.5
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 39689
:
181197
|
181531
|
181539
|
181540