From 513bd0d39110acf81abfadd1ad92ffc398aff438 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 16 Mar 2018 14:24:56 +0000 Subject: [PATCH] Bug 19833 (follow-up) Minor corrections This patch makes minor corrections to lines modified in the previous ones. On the biblio framework page, I have deleted this line because it didn't make much sense before or after the change: "Framework name, then go to MARC biblio to set MARC editor parameters" In the web services preferences file, I reverted a change to "deletedbiblio" because it refers to a table name. I've also made corrections to instances of "biblio" in the following pages, including changing "biblio number" to "biblionumber," since it refers to a specific Koha column name. - MARC detail page - Help files: - Record matching rule;s - Batch item modification - MARC modification templates - Export data - Staged MARC record management Signed-off-by: David Nind --- 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 5f72aa6..c2ae0e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/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

+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref index 3d3c023..6b415f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ b/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) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 4b0ef79..e91c40b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/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)
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index c29dafe..7786e46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/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'], -- 2.7.4
    Status Match type Match detailsDiffDiff Record