Bugzilla – Attachment 58542 Details for
Bug 17466
Show number of outstanding issues when checking in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17466: Followup, change button to link and fix terminology
Bug-17466-Followup-change-button-to-link-and-fix-t.patch (text/plain), 1.32 KB, created by
Kyle M Hall (khall)
on 2016-12-30 18:31:36 UTC
(
hide
)
Description:
Bug 17466: Followup, change button to link and fix terminology
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-12-30 18:31:36 UTC
Size:
1.32 KB
patch
obsolete
>From eb9a0ef71a33c52ee557808f52279258b32302a3 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 7 Dec 2016 11:23:47 +0000 >Subject: [PATCH] Bug 17466: Followup, change button to link and fix > terminology > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 30af75d..b706316 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -768,7 +768,7 @@ $(document).ready(function () { > [% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) > </a> > [% IF riloo.borissuescount %] >- <a class="btn btn-mini" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% riloo.borrowernumber %]">Issues: [% riloo.borissuescount %]</a> >+ <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% riloo.borrowernumber %]">Checkouts: [% riloo.borissuescount %]</a> > [% END %] > [% ELSE %]Not checked out[% END %]</td> > <td class="ci-note"> >-- >2.1.4
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 17466
:
56654
|
57806
|
58191
|
58541
| 58542 |
58543