@@ -, +, @@ - MARC detail page - Help files: - Record matching rule;s - Batch item modification - MARC modification templates - Export data - Staged MARC record management --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 2 +- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 6 ++---- .../intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt | 2 +- .../prog/en/modules/help/tools/marc_modification_templates.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- 8 files changed, 13 insertions(+), 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -121,7 +121,7 @@ [% IF op == 'list' %]

MARC frameworks

-

Framework name, then go to MARC bibliographical to set MARC editor parameters

+ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -40,7 +40,7 @@ Web services: no: Disable - automatic update of OAI-PMH sets when a bibliographic record is created or updated - - - Koha's deleted bibliographic record table + - Koha's deletedbiblio table - pref: "OAI-PMH:DeletedRecord" choices: persistent: will never be emptied or truncated (persistent) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -21,7 +21,7 @@ [% IF ( unknownbiblionumber ) %] Unknown record [% ELSE %] - MARC Details for [% bibliotitle | html %] + MARC details for [% bibliotitle | html %] [% END %] @@ -36,9 +36,7 @@ [% INCLUDE 'cat-toolbar.inc' %] [% UNLESS ( popup ) %] -

MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] )

- - +

MARC record: [% biblionumber | html %] ( [% bibliotitle | html %] )

[% END %]

With framework :

  • - +
  • @@ -112,7 +112,7 @@ Use a file
      -
    1. File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)
    2. +
    3. File containing a list of biblionumbers with one biblionumber per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)
    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -350,7 +350,7 @@
    - + @@ -460,7 +460,7 @@ [% IF ( record_type == 'auth' ) -%] var matching_msg = _("Matches authority %s (score=%s):%s"); [%- ELSE -%] - var matching_msg = _("Matches biblio %s (score=%s):%s"); + var matching_msg = _("Matches bibliographic record %s (score=%s):%s"); [%- END %] $('td:eq(4)', nRow).html( matching_msg.format(aData['match_id'], aData['score'], --
    Status Match type Match detailsDiffDiff Record