Lines 53-64
Link Here
|
53 |
|
53 |
|
54 |
<table id="budgeth" class="group"> |
54 |
<table id="budgeth" class="group"> |
55 |
[% UNLESS budget_period_id %] |
55 |
[% UNLESS budget_period_id %] |
56 |
<caption> |
56 |
<div class="toolbar"> |
57 |
<span class="actions"><a href="#" id="expand_all">Expand all</a> |
57 |
<span class="actions"><a href="#" id="expand_all">Expand all</a> |
58 |
| <a href="#" id="collapse_all">Collapse all</a> |
58 |
| <a href="#" id="collapse_all">Collapse all</a> |
59 |
| <a href="#" id="hide_inactive">Hide inactive budgets</a> |
59 |
| <a href="#" id="hide_inactive">Hide inactive budgets</a> |
60 |
| <a href="#" id="show_inactive">Show inactive budgets</a></span> |
60 |
| <a href="#" id="show_inactive">Show inactive budgets</a></span> |
61 |
</caption> |
61 |
</div> |
62 |
[% END %] |
62 |
[% END %] |
63 |
<thead> |
63 |
<thead> |
64 |
<tr> |
64 |
<tr> |
65 |
- |
|
|