Bugzilla – Attachment 82320 Details for
Bug 21777
Checkouts table in circulation is out of alignment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21777: (QA follow-up) Fix colspan in the footer
Bug-21777-QA-follow-up-Fix-colspan-in-the-footer.patch (text/plain), 1.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-11-13 18:17:28 UTC
(
hide
)
Description:
Bug 21777: (QA follow-up) Fix colspan in the footer
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-11-13 18:17:28 UTC
Size:
1.17 KB
patch
obsolete
>From 32e2a6087e799ab77829b606b00cf165e587d0fb Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 13 Nov 2018 15:17:09 -0300 >Subject: [PATCH] Bug 21777: (QA follow-up) Fix colspan in the footer > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../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 d8f1abb438..40d2195e43 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="12" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td> > <td id="totaldue" style="text-align: right;">[% totaldue | html %]</td> > <td id="totalfine" style="text-align: right;">[% finetotal | html %]</td> > <td id="totalprice" style="text-align: right;">[% totalprice | html %]</td> >-- >2.19.1
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 21777
:
82021
|
82023
|
82043
|
82231
|
82287
|
82288
| 82320