|
Lines 219-229
Link Here
|
| 219 |
[% IF budget.b_active %] |
219 |
[% IF budget.b_active %] |
| 220 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %]</option> |
220 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %]</option> |
| 221 |
[% ELSE %] |
221 |
[% ELSE %] |
| 222 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %] (inactive)</option> |
222 |
<option value="[% budget.b_id | html %]" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]" selected="selected">[% budget.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 223 |
[% END %] |
223 |
[% END %] |
| 224 |
[% ELSE %] |
224 |
[% ELSE %] |
| 225 |
[% IF budget.b_active %]<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> |
225 |
[% IF budget.b_active %]<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> |
| 226 |
[% ELSE %]<option value="[% budget.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %] (inactive)</option> |
226 |
[% ELSE %]<option value="[% budget.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget.b_sort1_authcat | html %]" data-sort2-authcat="[% budget.b_sort2_authcat | html %]">[% budget.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 227 |
[% END %] |
227 |
[% END %] |
| 228 |
[% END %] |
228 |
[% END %] |
| 229 |
[% END %] |
229 |
[% END %] |
|
Lines 355-363
Link Here
|
| 355 |
[% END %] |
355 |
[% END %] |
| 356 |
[% ELSE %] |
356 |
[% ELSE %] |
| 357 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %] |
357 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %] |
| 358 |
<option value="[% budget_loo.b_id | html %]" class="buget_item_inactive" selected="selected">[% budget_loo.b_txt | html %] (inactive)</option> |
358 |
<option value="[% budget_loo.b_id | html %]" class="buget_item_inactive" selected="selected">[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 359 |
[% ELSE %] |
359 |
[% ELSE %] |
| 360 |
<option value="[% budget_loo.b_id | html %]" class="budget_item_inactive">[% budget_loo.b_txt | html %] (inactive)</option> |
360 |
<option value="[% budget_loo.b_id | html %]" class="budget_item_inactive">[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 361 |
[% END %] |
361 |
[% END %] |
| 362 |
[% END %] |
362 |
[% END %] |
| 363 |
[% END %] |
363 |
[% END %] |
|
Lines 510-516
Link Here
|
| 510 |
[% IF ( budget_loo.b_active ) %] |
510 |
[% IF ( budget_loo.b_active ) %] |
| 511 |
<option value="[% budget_loo.b_id | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %]</option> |
511 |
<option value="[% budget_loo.b_id | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %]</option> |
| 512 |
[% ELSE %] |
512 |
[% ELSE %] |
| 513 |
<option value="[% budget_loo.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %] (inactive)</option> |
513 |
<option value="[% budget_loo.b_id | html %]" class="b_inactive" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 514 |
[% END %] |
514 |
[% END %] |
| 515 |
[% END %] |
515 |
[% END %] |
| 516 |
</select> |
516 |
</select> |