From 3fb50b2eda168b84834d5038cfe7042342a88c8a Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 26 Apr 2021 04:42:20 +0000 Subject: [PATCH] Bug 27631: (follow-up) amended admin/aqbudgets.pl headings Added two more

s to the page: Modify/Add and Delete To test: 1) Apply patch 2) Go to admin/aqbudgets.pl 3) Check that all different pages in aqbudgets.pl have a

4) In particular, ensure that there is an

on the Modify/Add page 5) In particular, ensure that there is an

on the Delete page Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 91b4286a99..729abbb310 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -243,10 +243,11 @@ [% IF op == 'add_form' && !error_not_authorised_to_modify %]
- [% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund +

[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund [% IF ( budget_period_description ) %] [% budget_name | html %] for Budget '[% budget_period_description | html %]' [% END %] +

@@ -411,7 +412,7 @@ [% IF op == 'delete_confirm' %]
-

Delete fund [% budget_name | html %]?

+

Delete fund [% budget_name | html %]?

If you delete this fund, all orders linked to this fund will be deleted! -- 2.11.0