Bugzilla – Attachment 30303 Details for
Bug 12635
Course reserves item list should use "Checked out" instead of "On Loan"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"
Bug-12635---Course-reserves-item-list-should-use-C.patch (text/plain), 1.96 KB, created by
Owen Leonard
on 2014-07-29 19:10:34 UTC
(
hide
)
Description:
Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-07-29 19:10:34 UTC
Size:
1.96 KB
patch
obsolete
>From ed0e2c858fa5bcc9b5e80460e61484ef089c46bf Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 29 Jul 2014 15:08:33 -0400 >Subject: [PATCH] Bug 12635 - Course reserves item list should use "Checked > out" instead of "On Loan" >Content-Type: text/plain; charset="utf-8" > >When viewing the list of items on a course reserve list, if the item is >checked out it is indicated by the phrase "On Loan." The default >templates should always use "checked out" instead of "on loan." Also >corrected: the capitalization of "Item Lost." > >To test, Course Reserves must be enabled and you must have an existing >course reserves with items on it, one of which should be checked out. >View the list of items on that Course Reserve and confirm that the table >says "Checked out." >--- > .../en/modules/course_reserves/course-details.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index cb9f06f..2a8dfba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -161,9 +161,9 @@ > [% IF CAN_user_coursereserves_delete_reserves %] > <td> > [% IF cr.item.onloan %] >- On Loan >+ Checked out > [% ELSIF cr.item.itemlost %] >- Item Lost >+ Item lost > [% ELSE %] > <a href="course-details.pl?course_id=[% course.course_id %]&action=del_reserve&cr_id=[% cr.cr_id %]" class="delete_item" >Remove</a> > [% END %] >-- >1.7.9.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 12635
:
30303
|
30317
|
30357