Lines 609-617
Link Here
|
609 |
[% bdgclass=budget_loo.b_active? "": "b_inactive" | html %] |
609 |
[% bdgclass=budget_loo.b_active? "": "b_inactive" | html %] |
610 |
[% END %] |
610 |
[% END %] |
611 |
|
611 |
|
612 |
<option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"> |
612 |
[% IF ( budget_loo.b_sel ) %] |
613 |
[% level_indent | html %][% budget_loo.b_txt | html %][% IF !budget_loo.b_active %](inactive)[% END %] |
613 |
<option |
614 |
</option> |
614 |
value="[% budget_loo.b_id | html %]" |
|
|
615 |
class="[% bdgclass | html %]" |
616 |
data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" |
617 |
data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]" |
618 |
selected="selected" |
619 |
> |
620 |
[% level_indent | html %][% budget_loo.b_txt | html %][% IF !budget_loo.b_active %](inactive)[% END %] |
621 |
</option> |
622 |
[% ELSE %] |
623 |
<option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"> |
624 |
[% level_indent | html %][% budget_loo.b_txt | html %][% IF !budget_loo.b_active %](inactive)[% END %] |
625 |
</option> |
626 |
[% END %] |
615 |
[% END %] |
627 |
[% END %] |
616 |
</select> |
628 |
</select> |
617 |
<span class="required">Required</span> |
629 |
<span class="required">Required</span> |
618 |
- |
|
|