@@ -, +, @@ --- admin/matching-rules.pl | 2 +- .../prog/en/modules/admin/matching-rules.tt | 98 ++++++++++---------- 2 files changed, 50 insertions(+), 50 deletions(-) --- a/admin/matching-rules.pl +++ a/admin/matching-rules.pl @@ -126,7 +126,7 @@ sub add_update_matching_rule { # match checks my @mc_nums = sort map { /^mc_(\d+)_id/ ? int($1): () } $input->param; - foreach my $mc_num (@mp_nums) { + foreach my $mc_num (@mc_nums) { # source components my $src_components = []; my @src_comp_nums = sort map { /^mc_${mc_num}_src_c_(\d+)_tag/ ? int($1): () } $input->param; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -250,42 +250,42 @@ function CheckRuleForm(f) { [% FOREACH component IN matchpoint.components %] -
+
Matchpoint components
  1. - - Tag: +
  2. - - Subfields: +
  3. - - Offset: +
  4. - - Length: +
  5. [% FOREACH norm IN component.norms %] -
  6. - - + +
  7. @@ -362,37 +362,37 @@ function CheckRuleForm(f) {
    1. -
    2. - - Subfields: +
    3. - - Offset: +
    4. - - Length: +
    5. [% FOREACH norm IN src_component.norms %] -
    6. - - + +
    7. @@ -401,42 +401,42 @@ function CheckRuleForm(f) {
[% END %] [% FOREACH tgt_component IN matchcheck.tgt_components %] -
+
Target (database) record check field
  1. - - Tag: +
  2. - - Subfields: +
  3. - - Offset: +
  4. - - Length: +
  5. [% FOREACH norm IN tgt_component.norms %] -
  6. - - + +
  7. --