Bugzilla – Attachment 4758 Details for
Bug 6080
Total is wrong in acqui-home.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6080: Add id to total line in funds table
Bug-6080-Add-id-to-total-line-in-funds-table.patch (text/plain), 1.32 KB, created by
Katrin Fischer
on 2011-07-27 21:05:38 UTC
(
hide
)
Description:
Bug 6080: Add id to total line in funds table
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-07-27 21:05:38 UTC
Size:
1.32 KB
patch
obsolete
>From 7a4e9644dc96be7ca5c56483a7720f38ef418f27 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 27 Jul 2011 23:01:02 +0200 >Subject: [PATCH] Bug 6080: Add id to total line in funds table >Content-Type: text/plain; charset="utf-8" > >Alternate patch for bug 6080. > >Instead of removing the line altogether make it possible to hide it >easily by adding an id. > >To test: >- apply patch >- check your funds table for the last line labelled 'Total' >- add to IntranetUserCss: #funds_total {display:none;} >- check again, line should be hidden now > >Reason: >The totals is only confusing for multi-level funds, but not wrong. >If you are using only 1 level of funds, it works all ok. >--- > .../prog/en/modules/acqui/acqui-home.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index a274365..86650eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -99,7 +99,7 @@ $(document).ready(function() { > <th>Avail</th> > </tr> > </thead> >- <tfoot> >+ <tfoot id="funds_total"> > <tr> > <th>Total</th> > <th> </th> >-- >1.7.4.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 6080
:
3726
|
4592
| 4758