Bugzilla – Attachment 135078 Details for
Bug 30774
Typo: i %sEdit %sReserve %s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30774: Typo: i %sEdit %sReserve %s
Bug-30774-Typo-i-sEdit-sReserve-s.patch (text/plain), 2.27 KB, created by
Lucas Gass (lukeg)
on 2022-05-17 19:24:36 UTC
(
hide
)
Description:
Bug 30774: Typo: i %sEdit %sReserve %s
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-05-17 19:24:36 UTC
Size:
2.27 KB
patch
obsolete
>From 000e0b1ac74a18600ca54b7f53f03ae85bcde110 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 17 May 2022 11:19:19 +0000 >Subject: [PATCH] Bug 30774: Typo: i %sEdit %sReserve %s > >This patch removes an out of place "i" and replaces it with a space. The >patch also removes obsolete CDATA markers in the page's JavaScript. > >To test, apply the patch and go to Course reserves. > >- Create a course if necessary, then view the details of your course. >- Click the "Add reserves" button. >- Enter a barcode or biblionumber. >- On the next page, the heading "Reserve [title] for [course]" should > look correct, with no extra "i" at the beginning of the line. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/course_reserves/add_items-step2.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >index 51aea6fa23..d9fb79eb53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt >@@ -31,7 +31,7 @@ > <div class="row"> > <div class="col-md-8 col-md-offset-2"> > <h1> >-i [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em> >+ [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em> > </h1> > > [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %] >@@ -252,7 +252,6 @@ i [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END > > [% MACRO jsinclude BLOCK %] > <script> >- //<![CDATA[ > $(document).ready(function(){ > $('.field-toggle').change(function() { > if( this.checked ) { >@@ -263,7 +262,6 @@ i [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END > } > }); > }); >- //]]> > </script> > [% END %] > >-- >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 30774
:
135059
|
135078
|
135108