@@ -, +, @@ --- .../prog/en/modules/acqui/addorderiso2709.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -112,7 +112,7 @@ } }); if ( error > 0 ) { - alert(error + " " + _("quantity values are not filled or not a number")); + alert(error + " " + _("quantity values are not filled in or are not numbers")); return false; } @@ -146,7 +146,7 @@
@@ -178,9 +178,9 @@
  • [% IF biblio.overlay_status == 'no_match' %] - There is no matching biblio for this records. + This record does not match an existing record. [% ELSE %] - This record matches existing biblio. + This record matches an existing record. [% END %] [% IF ( biblio.match_biblionumber ) %] Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): [% biblio.match_citation %] @@ -217,11 +217,11 @@ [% END %]
  • - +
  • - +
  • @@ -229,7 +229,7 @@ [% END %]
    -

    Items information

    +

    Item information

    Import all the checked items in the basket with the following parameters:

    [% IF ( items ) %] @@ -311,7 +311,7 @@
  • The 2 following fields are available for your own usage. They can be useful for statistical purposes
    - + [% IF CGIsort1 %] [% FOREACH sort_opt IN CGIsort2 %] --