Bugzilla – Attachment 24937 Details for
Bug 7308
new column in admin/aqbudgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7308: change color style for fund child
Bug-7308-change-color-style-for-fund-child.patch (text/plain), 2.23 KB, created by
Kyle M Hall (khall)
on 2014-01-31 12:29:32 UTC
(
hide
)
Description:
[PASSED QA] Bug 7308: change color style for fund child
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-31 12:29:32 UTC
Size:
2.23 KB
patch
obsolete
>From 3630c6608227101d85b63943e9cc006145989fbb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 28 Oct 2013 12:15:27 +0100 >Subject: [PATCH] Bug 7308: change color style for fund child > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/aqbudgets.tt | 41 +++++++++++++++++-- > 1 files changed, 36 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index ae34ef5..371a1da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -278,11 +278,42 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") > > <td>[% budge.budget_code_indent %]</td> > <td>[% budge.budget_name %]</td> >- <td class="data">[% budge.budget_amount %] </td> >- <td class="data">[% budge.budget_ordered %]</td> >- <td class="data">[% budge.total_ordered %]</td> >- <td class="data">[% budge.budget_spent %] </td> >- <td class="data">[% budge.total_spent %]</td> >+ <td class="data"> >+ [% IF budge.budget_parent_id %] >+ <span style="color:grey">[% budge.budget_amount %]</span> >+ [% ELSE %] >+ [% budge.budget_amount %] >+ [% END %] >+ </td> >+ <td class="data"> >+ [% IF budge.budget_parent_id %] >+ <span style="color:grey">[% budge.budget_ordered %]</span> >+ [% ELSE %] >+ [% budge.budget_ordered %] >+ [% END %] >+ </td> >+ <td class="data"> >+ [% IF budge.budget_parent_id %] >+ <span style="color:grey">[% budge.total_ordered %]</span> >+ [% ELSE %] >+ [% budge.total_ordered %] >+ [% END %] >+ </td> >+ <td class="data"> >+ [% IF budge.budget_parent_id %] >+ <span style="color:grey">[% budge.budget_spent %]</span> >+ [% ELSE %] >+ [% budge.budget_spent %] >+ [% END %] >+ </td> >+ <td class="data"> >+ [% IF budge.budget_parent_id %] >+ <span style="color:grey">[% budge.total_spent %]</span> >+ [% ELSE %] >+ [% budge.total_spent %] >+ [% END %] >+ </td> >+ > > [% BLOCK colorcellvalue %] > [% IF (value > 0) %] >-- >1.7.2.5
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 7308
:
9167
|
12769
|
16011
|
16012
|
16381
|
16394
|
16395
|
19824
|
19825
|
19826
|
19859
|
22462
|
24936
| 24937