From 2df4a3216573b6660a59a7ba6218f8a2a2884edb 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 Signed-off-by: Nicole C Engard Signed-off-by: Jonathan Druart --- .../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 %] -- 2.7.0