@@ -, +, @@ drop-down menu --- .../intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ a/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 %] --