Lines 32-41
$(document).ready(function() {
Link Here
|
32 |
null, |
32 |
null, |
33 |
null, |
33 |
null, |
34 |
null, |
34 |
null, |
35 |
null, |
35 |
{ "sType": "title-numeric" }, |
36 |
{ "sType": "num-html" }, |
36 |
{ "sType": "title-numeric" }, |
37 |
{ "sType": "num-html" }, |
37 |
{ "sType": "title-numeric" }, |
38 |
null |
38 |
{ "sType": "title-numeric" } |
39 |
], |
39 |
], |
40 |
'sDom': 't', |
40 |
'sDom': 't', |
41 |
'bPaginate': false, |
41 |
'bPaginate': false, |
Lines 154-163
$(document).ready(function() {
Link Here
|
154 |
[% END %] |
154 |
[% END %] |
155 |
</td> |
155 |
</td> |
156 |
<td>[% loop_budge.budget_branchname %]</td> |
156 |
<td>[% loop_budge.budget_branchname %]</td> |
157 |
<td class="data">[% loop_budge.budget_amount %]</td> |
157 |
<td class="data"><span title="[% loop_budge.budget_amount %]">[% loop_budge.formatted_budget_amount %]</span></td> |
158 |
<td class="data"><a href="ordered.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.budget_ordered %]</a></td> |
158 |
<td class="data"><span title="[% loop_budge.budget_ordered %]"><a href="ordered.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.formatted_budget_ordered %]</a></span></td> |
159 |
<td class="data"><a href="spent.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.budget_spent %]</a></td> |
159 |
<td class="data"><span title="[% loop_budge.budget_spent %]"><a href="spent.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.formatted_budget_spent %]</span></a></td> |
160 |
<td class="data">[% loop_budge.budget_avail %]</td> |
160 |
<td class="data"><span title="[% loop_budge.budget_avail %]">[% loop_budge.formatted_budget_avail %]</td> |
161 |
</tr> |
161 |
</tr> |
162 |
[% ELSE %] |
162 |
[% ELSE %] |
163 |
<tr class="b_inactive"> |
163 |
<tr class="b_inactive"> |
164 |
- |
|
|