From f9e0224267b13032e7aadd4a59b54670974a5fbc Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 6 Mar 2016 22:10:48 +0000 Subject: [PATCH] Bug 15990: Moving record matching rules actions into a drop-down menu To test: 1) Go to Administration -> Record matching rules 2) Confirm that the actions 'Edit' and 'Delete' have been moved into a drop-down menu and buttons behave as expected. Sponsored-by: Catalyst IT --- .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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..6c153f9 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 @@ -566,7 +566,7 @@ function CheckRuleForm(f) { # Code Description - Actions +   [% FOREACH available_matching_rule IN available_matching_rules %] @@ -574,8 +574,14 @@ function CheckRuleForm(f) { [% available_matching_rule.code %] [% available_matching_rule.description %] - Edit - Delete + [% END %] -- 1.7.10.4