|
Lines 290-296
Link Here
|
| 290 |
[% SET optgroup_label = budget_period.description %] |
290 |
[% SET optgroup_label = budget_period.description %] |
| 291 |
[% IF !budget_period.active %] |
291 |
[% IF !budget_period.active %] |
| 292 |
[% SET optgroup_class = "inactive_budget" %] |
292 |
[% SET optgroup_class = "inactive_budget" %] |
| 293 |
[% SET optgroup_label = t("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] |
293 |
[% SET optgroup_label = tx("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] |
| 294 |
[% END %] |
294 |
[% END %] |
| 295 |
|
295 |
|
| 296 |
<optgroup class="[% optgroup_class | html %]" label="[% optgroup_label | html %]"> |
296 |
<optgroup class="[% optgroup_class | html %]" label="[% optgroup_label | html %]"> |
| 297 |
- |
|
|