@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -85,21 +85,13 @@ [% IF ( budget_lines ) %] - [% IF ( currency ) %]

Currency = [% currency %]. + [% INCLUDE 'budgets-active-currency.inc' %] [% IF ( show_actual ) %] - Each cell contain both actual and estimated values. +

Each cell contain both actual and estimated values.

[% ELSE %] - Cells contain estimated values only. +

Cells contain estimated values only.

[% END %] -

- [% ELSE %] - [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] -[% IF ( show_actual ) %] -

Each cell contain both actual and estimated values.

- [% ELSE %] -

Cells contain estimated values only.

- [% END %] - [% END %] +

Show/hide columns: [% FOREACH authvals_ro IN authvals_row %] --