|
Lines 250-262
Link Here
|
| 250 |
>[% budget.b_txt | html %]</option |
250 |
>[% budget.b_txt | html %]</option |
| 251 |
> |
251 |
> |
| 252 |
[% ELSE %] |
252 |
[% ELSE %] |
| 253 |
<option |
253 |
<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> |
| 254 |
value="[% budget.b_id | html %]" |
|
|
| 255 |
data-sort1-authcat="[% budget.b_sort1_authcat | html %]" |
| 256 |
data-sort2-authcat="[% budget.b_sort2_authcat | html %]" |
| 257 |
selected="selected" |
| 258 |
>[% budget.b_txt | html %] (inactive)</option |
| 259 |
> |
| 260 |
[% END %] |
254 |
[% END %] |
| 261 |
[% ELSE %] |
255 |
[% ELSE %] |
| 262 |
[% IF budget.b_active %] |
256 |
[% IF budget.b_active %] |
|
Lines 264-276
Link Here
|
| 264 |
>[% budget.b_txt | html %]</option |
258 |
>[% budget.b_txt | html %]</option |
| 265 |
> |
259 |
> |
| 266 |
[% ELSE %] |
260 |
[% ELSE %] |
| 267 |
<option |
261 |
<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> |
| 268 |
value="[% budget.b_id | html %]" |
|
|
| 269 |
class="b_inactive" |
| 270 |
data-sort1-authcat="[% budget.b_sort1_authcat | html %]" |
| 271 |
data-sort2-authcat="[% budget.b_sort2_authcat | html %]" |
| 272 |
>[% budget.b_txt | html %] (inactive)</option |
| 273 |
> |
| 274 |
[% END %] |
262 |
[% END %] |
| 275 |
[% END %] |
263 |
[% END %] |
| 276 |
[% END %] |
264 |
[% END %] |
|
Lines 418-426
Link Here
|
| 418 |
[% END %] |
406 |
[% END %] |
| 419 |
[% ELSE %] |
407 |
[% ELSE %] |
| 420 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %] |
408 |
[% IF ( budget_loo.b_id ) == ( item.budget_id ) %] |
| 421 |
<option value="[% budget_loo.b_id | html %]" class="buget_item_inactive" selected="selected">[% budget_loo.b_txt | html %] (inactive)</option> |
409 |
<option value="[% budget_loo.b_id | html %]" class="buget_item_inactive" selected="selected">[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 422 |
[% ELSE %] |
410 |
[% ELSE %] |
| 423 |
<option value="[% budget_loo.b_id | html %]" class="budget_item_inactive">[% budget_loo.b_txt | html %] (inactive)</option> |
411 |
<option value="[% budget_loo.b_id | html %]" class="budget_item_inactive">[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option> |
| 424 |
[% END %] |
412 |
[% END %] |
| 425 |
[% END %] |
413 |
[% END %] |
| 426 |
[% END %] |
414 |
[% END %] |
|
Lines 613-619
Link Here
|
| 613 |
class="b_inactive" |
601 |
class="b_inactive" |
| 614 |
data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" |
602 |
data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" |
| 615 |
data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]" |
603 |
data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]" |
| 616 |
>[% budget_loo.b_txt | html %] (inactive)</option |
604 |
>[% budget_loo.b_txt | html %] [% tp('Fund status', '(inactive)') | html %]</option |
| 617 |
> |
605 |
> |
| 618 |
[% END %] |
606 |
[% END %] |
| 619 |
[% END %] |
607 |
[% END %] |