From 9958cce5510b021fddb9d92b7ea234815a150d39 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 9 Oct 2014 10:54:28 -0400 Subject: [PATCH] Bug 13055 - Show budget name when editing it This patch adds the budget name to the page heading when editing a budget. The patch also similarly corrects the page title during edit operations and fixes some inconsistency in the breadcrumbs. To test, edit an existing budget (Adminitration -> Budgets) and confirm that page title, breadcrumbs, and heading look correct. Signed-off-by: Chris Signed-off-by: Katrin Fischer Nice improvement, works as described. Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/aqbudgetperiods.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt index b2184c5355..a0a811a097 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ -182,7 +182,7 @@ [% IF ( add_form ) %]› [% IF ( budget_period_id ) %] - Modify budget'[% budget_period_id %]' + Modify budget [% budget_period_description %] [% ELSE %] Add budget [% END %] @@ -221,9 +221,9 @@ [% IF ( add_form ) %] - Budget › + Budgets › [% IF ( budget_period_id ) %] - Modify budget [% budget_period_description %] + Modify budget [% budget_period_description %] [% ELSE %] Add budget @@ -323,7 +323,7 @@ [% IF ( budget_period_id ) %] -

Modify budget

+

Modify budget [% budget_period_description %]

[% ELSE %]

Add budget

[% END %] -- 2.20.1