@@ -, +, @@ --- .../prog/en/includes/budgets-active-currency.inc | 2 +- .../intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 14 ++++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc @@ -6,7 +6,7 @@

No active currency is defined

[% IF CAN_user_parameters_parameters_remaining_permissions %] -

Please specify an active currency.

+

Please specify an active currency.

[% ELSE %]

Your administrator must specify an active currency.

[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -101,7 +101,7 @@ $(document).ready(function() { [% INCLUDE 'budgets-active-currency.inc' hide = 'yes' %] [% UNLESS ( loop_budget ) %] [% IF ( CAN_user_acquisition_period_manage ) %] -
You must define a budget in Administration
+
You must define a budget in Administration
[% ELSE %]
Your administrator must define a budget in Administration
[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -85,13 +85,15 @@ [% IF ( budget_lines ) %] - [% IF ( currency ) %]

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

Currency = [% currency %]. + [% IF ( show_actual ) %] + Each cell contain both actual and estimated values. + [% ELSE %] + Cells contain estimated values only. + [% END %] +

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

[% ELSE %]

No active currency is defined

Please specify an active currency.

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

Each cell contain both actual and estimated values.

[% ELSE %] --