Bugzilla – Attachment 58543 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 [QA Followup] - Give the link some style
Bug-17466-QA-Followup---Give-the-link-some-style.patch (text/plain), 1.52 KB, created by
Kyle M Hall (khall)
on 2016-12-30 18:31:39 UTC
(
hide
)
Description:
Bug 17466 [QA Followup] - Give the link some style
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-12-30 18:31:39 UTC
Size:
1.52 KB
patch
obsolete
>From 1107f8224a64892d6a257c79a89bd9730e454032 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 30 Dec 2016 18:30:46 +0000 >Subject: [PATCH] Bug 17466 [QA Followup] - Give the link some style > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 7 ++++++- > 1 file changed, 6 insertions(+), 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 b706316..00c0a72 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,12 @@ $(document).ready(function () { > [% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) > </a> > [% IF riloo.borissuescount %] >- <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% riloo.borrowernumber %]">Checkouts: [% riloo.borissuescount %]</a> >+ <span class="results_summary nowrap"> >+ <span class="label">Checkouts:</span> >+ <span class="number_box"> >+ <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% riloo.borrowernumber %]">[% riloo.borissuescount %]</a> >+ </span> >+ </span> > [% 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