Lines 230-235
Link Here
|
230 |
|
230 |
|
231 |
[% INCLUDE 'budgets-active-currency.inc' %] |
231 |
[% INCLUDE 'budgets-active-currency.inc' %] |
232 |
|
232 |
|
|
|
233 |
[% IF ( budget ) %] |
234 |
|
233 |
<table id="budgeth"> |
235 |
<table id="budgeth"> |
234 |
<thead> |
236 |
<thead> |
235 |
<tr> |
237 |
<tr> |
Lines 257-263
Link Here
|
257 |
</tr> |
259 |
</tr> |
258 |
</tfoot> |
260 |
</tfoot> |
259 |
<tbody> |
261 |
<tbody> |
260 |
[% IF ( budget ) %] |
|
|
261 |
[% FOREACH budge IN budget %] |
262 |
[% FOREACH budge IN budget %] |
262 |
[% IF ( budge.toggle ) %] |
263 |
[% IF ( budge.toggle ) %] |
263 |
<tr id="node-[% budge.budget_id %]" class="highlight[% IF ( budge.budget_parent_id ) %] child-of-node-[% budge.budget_parent_id %][% END %] tooltiped"> |
264 |
<tr id="node-[% budge.budget_id %]" class="highlight[% IF ( budge.budget_parent_id ) %] child-of-node-[% budge.budget_parent_id %][% END %] tooltiped"> |
Lines 303-315
Link Here
|
303 |
</td> |
304 |
</td> |
304 |
[% END %] |
305 |
[% END %] |
305 |
</tr> |
306 |
</tr> |
306 |
[% END %] |
|
|
307 |
[% ELSE %] |
308 |
<tr><td>No fund found</td><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td><td class="tooltipcontent"> </td><td> </td></tr> |
309 |
[% END %] |
307 |
[% END %] |
310 |
</tbody> |
308 |
</tbody> |
311 |
</table> |
309 |
</table> |
312 |
|
310 |
|
|
|
311 |
[% ELSE %] |
312 |
No fund found |
313 |
[% END %] |
314 |
|
313 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
315 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
314 |
[% END %] <!-- else --> |
316 |
[% END %] <!-- else --> |
315 |
|
317 |
|
316 |
- |
|
|