|
Lines 524-529
Link Here
|
| 524 |
</div> <!-- /#updateFund.modal --> |
524 |
</div> <!-- /#updateFund.modal --> |
| 525 |
|
525 |
|
| 526 |
<span style="display:none;" id="all_fund_dropdown"> |
526 |
<span style="display:none;" id="all_fund_dropdown"> |
|
|
527 |
<option value="">No fund</option> |
| 527 |
[% FOREACH budget IN budgets %] |
528 |
[% FOREACH budget IN budgets %] |
| 528 |
[% IF ( budget.b_active ) %] |
529 |
[% IF ( budget.b_active ) %] |
| 529 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option> |
530 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %]</option> |
| 530 |
- |
|
|