Bugzilla – Attachment 22462 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]
Bug 7308: change color style for fund child
0001-Bug-7308-change-color-style-for-fund-child.patch (text/plain), 2.18 KB, created by
Jonathan Druart
on 2013-10-28 11:21:26 UTC
(
hide
)
Description:
Bug 7308: change color style for fund child
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-28 11:21:26 UTC
Size:
2.18 KB
patch
obsolete
>From 013a19e2daa7ead0fc213b7af701912f125ad181 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 1/1] Bug 7308: change color style for fund child > >--- > .../prog/en/modules/admin/aqbudgets.tt | 41 +++++++++++++++++--- > 1 file 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 bd3fcb9..eebc9d5 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.10.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 7308
:
9167
|
12769
|
16011
|
16012
|
16381
|
16394
|
16395
|
19824
|
19825
|
19826
|
19859
|
22462
|
24936
|
24937