Bugzilla – Attachment 55583 Details for
Bug 15975
Add Home Library Column to Checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15975 (QA Followup) Fix colspan for footer
Bug-15975-QA-Followup-Fix-colspan-for-footer.patch (text/plain), 1.09 KB, created by
Nick Clemens (kidclamp)
on 2016-09-15 13:21:46 UTC
(
hide
)
Description:
Bug 15975 (QA Followup) Fix colspan for footer
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-09-15 13:21:46 UTC
Size:
1.09 KB
patch
obsolete
>From 7460370ecf2830f3fca9c5a89873d21c9d0b52b3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Sep 2016 13:20:41 +0000 >Subject: [PATCH] Bug 15975 (QA Followup) Fix colspan for footer > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >index a8b906b..3adbfa3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >@@ -1,6 +1,6 @@ > <tfoot> > <tr> >- <td colspan="10" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="11" style="text-align: right; font-weight:bold;">Totals:</td> > <td id="totaldue" style="text-align: right;">[% totaldue %]</td> > <td id="totalfine" style="text-align: right;">[% finetotal %]</td> > <td id="totalprice" style="text-align: right;">[% totalprice %]</td> >-- >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 15975
:
53399
|
53550
|
53551
|
53566
|
53580
|
55583
|
55655
|
55656