@@ -, +, @@ --- .../intranet-tmpl/prog/en/includes/budget_planning.inc | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc @@ -1,7 +1,7 @@ [%- BLOCK planning -%] [%- SWITCH plan -%] - [%- CASE 'MONTHS' -%]months - [%- CASE 'BRANCHES' -%]libraries - [%- CASE 'ITEMTYPES' -%]item types + [%- CASE 'MONTHS' -%]by months + [%- CASE 'BRANCHES' -%]by libraries + [%- CASE 'ITEMTYPES' -%]by item types [%- END -%] [%- END -%] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -4,7 +4,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% PROCESS 'budget_planning.inc' %] -Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] by [% PROCESS planning plan=authcat %] +Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] [% INCLUDE 'doc-head-close.inc' %] @@ -29,7 +29,7 @@ [% INCLUDE 'budgets-admin-toolbar.inc' %]
-

Planning for [% budget_period_description | html %] by [% PROCESS planning plan=authcat %]

+

Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %]

--