Bugzilla – Attachment 55656 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]
[PASSED QA] Bug 15975 (QA Followup) Fix colspan for footer
PASSED-QA-Bug-15975-QA-Followup-Fix-colspan-for-fo.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2016-09-18 15:15:05 UTC
(
hide
)
Description:
[PASSED QA] Bug 15975 (QA Followup) Fix colspan for footer
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-09-18 15:15:05 UTC
Size:
1.16 KB
patch
obsolete
>From 7f877ae1ba045e806aae53a24b28e8d9c6d9ed5c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 15 Sep 2016 13:20:41 +0000 >Subject: [PATCH] [PASSED QA] Bug 15975 (QA Followup) Fix colspan for footer > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > 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.7.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