|
Lines 78-98
Link Here
|
| 78 |
<h3>All available funds</h3> |
78 |
<h3>All available funds</h3> |
| 79 |
|
79 |
|
| 80 |
<div id="BudgetsAndFunds"> |
80 |
<div id="BudgetsAndFunds"> |
| 81 |
<table id="accounts"> |
81 |
<div class="toolbar btn-toolbar"> |
| 82 |
<caption> |
82 |
<span class="actions"> |
| 83 |
<span class="actions"><a href="#" id="expand_all">Expand all</a> |
83 |
<a href="#" id="expand_all">Expand all</a> | |
| 84 |
| <a href="#" id="collapse_all">Collapse all</a> |
84 |
<a href="#" id="collapse_all">Collapse all</a> | |
| 85 |
| <a href="#" id="hide_inactive">Hide inactive budgets</a> |
85 |
<a href="#" id="hide_inactive">Hide inactive budgets</a> | |
| 86 |
| <a href="#" id="show_inactive">Show inactive budgets</a> |
86 |
<a href="#" id="show_inactive">Show inactive budgets</a> | |
| 87 |
| <select id="library-filter"> |
87 |
<select id="library-filter"> |
| 88 |
<option value="">Filter by library</option> |
88 |
<option value="">Filter by library</option> |
| 89 |
[% FOREACH b IN Branches.all %] |
89 |
[% FOREACH b IN Branches.all %] |
| 90 |
<option value="[% b.branchname | html %]">[% b.branchname | html %]</option> |
90 |
<option value="[% b.branchname | html %]">[% b.branchname | html %]</option> |
| 91 |
[% END %] |
91 |
[% END %] |
| 92 |
</select> |
92 |
</select> |
| 93 |
</span> |
93 |
</span> |
|
|
94 |
</div> |
| 94 |
|
95 |
|
| 95 |
</caption> |
96 |
<table id="accounts"> |
| 96 |
|
97 |
|
| 97 |
<thead> |
98 |
<thead> |
| 98 |
<tr> |
99 |
<tr> |