From f7424dba95e2e31bfa2afa67463be39a03eef9c4 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Thu, 10 Mar 2016 01:46:57 +0000 Subject: [PATCH] Bug 15990: Making record matching rules actions buttons To test: 1) Go to Administration -> Record matching rules 2) Confirm that the actions 'Edit' and 'Delete' are not buttons and behave as expected. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt index b362d9b..83be701 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -574,8 +574,8 @@ function CheckRuleForm(f) { [% available_matching_rule.code %] [% available_matching_rule.description %] - Edit - Delete + Edit + Delete [% END %] -- 2.7.0