@@ -, +, @@ * Koha start page * Breadcrumbs in the ERM module * Descriptions of AV categories... --- installer/data/mysql/db_revs/220600079.pl | 2 +- installer/data/mysql/mandatory/sysprefs.sql | 2 +- .../intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/includes/prefs-menu.inc | 4 ++-- .../en/modules/admin/authorised_values.tt | 22 +++++++++---------- .../prog/en/modules/admin/columns_settings.tt | 4 ++-- .../en/modules/admin/preferences/erm.pref | 6 ++--- .../intranet-tmpl/prog/en/modules/erm/erm.tt | 2 +- .../prog/en/modules/intranet-main.tt | 2 +- .../prog/js/vue/components/ERM/ERMMain.vue | 4 ++-- koha-tmpl/intranet-tmpl/prog/js/vue/routes.js | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) --- a/installer/data/mysql/db_revs/220600079.pl +++ a/installer/data/mysql/db_revs/220600079.pl @@ -9,7 +9,7 @@ return { $dbh->do(q{ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) - VALUES ('ERMModule', '0', NULL, 'Enable the E-Resource management module', 'YesNo'); + VALUES ('ERMModule', '0', NULL, 'Enable the e-resource management module', 'YesNo'); }); $dbh->do(q{ --- a/installer/data/mysql/mandatory/sysprefs.sql +++ a/installer/data/mysql/mandatory/sysprefs.sql @@ -222,7 +222,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), ('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), ('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'), -('ERMModule', '0', NULL, 'Enable the E-Resource management module', 'YesNo'), +('ERMModule', '0', NULL, 'Enable the e-resource management module', 'YesNo'), ('ERMProviders', 'local', 'local|ebsco', 'Set the providers for the ERM module', 'Choice'), ('ERMProviderEbscoApiKey', '', '', 'API key for EBSCO', 'free'), ('ERMProviderEbscoCustomerID', '', '', 'Customer ID for EBSCO', 'free'), --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -44,7 +44,7 @@
  • Serials
  • [% END %] [% IF Koha.Preference('ERMModule') && CAN_user_erm %] -
  • E-Resource management
  • +
  • E-resource management
  • [% END %] [% IF ( Koha.Preference('UseCourseReserves') ) %]
  • Course reserves
  • --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -71,11 +71,11 @@ [% IF ( erm ) %]
  • - E-Resource management + E-resource management [% PROCESS subtabs %] [% ELSE %]
  • - E-Resource management + E-resource management [% END %]
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -502,27 +502,27 @@ [% CASE 'ETAT' %]

    Used in French UNIMARC installations in field 995 $o to identify item status. Similar to NOT_LOAN

    [% CASE 'ERM_AGREEMENT_CLOSURE_REASON' %] -

    Close reasons for agreements (E-Resource management module)

    +

    Close reasons for agreements (e-resource management module)

    [% CASE 'ERM_AGREEMENT_LICENSE_LOCATION' %] -

    Locations of the licenses' agreements (E-Resource management module)

    +

    Locations of the licenses' agreements (e-resource management module)

    [% CASE 'ERM_AGREEMENT_LICENSE_STATUS' %] -

    Statuses of the licenses' agreements(E-Resource management module)

    +

    Statuses of the licenses' agreements(e-resource management module)

    [% CASE 'ERM_AGREEMENT_RENEWAL_PRIORITY' %] -

    Renewal priorities of agreements (E-Resource management module)

    +

    Renewal priorities of agreements (e-resource management module)

    [% CASE 'ERM_AGREEMENT_STATUS' %] -

    Statuses of agreements (E-Resource management module)

    +

    Statuses of agreements (e-resource management module)

    [% CASE 'ERM_USER_ROLES' %] -

    Roles for users (E-Resource management module)

    +

    Roles for users (e-resource management module)

    [% CASE 'ERM_LICENSE_STATUS' %] -

    Statuses of the licenses (E-Resource management module)

    +

    Statuses of the licenses (e-resource management module)

    [% CASE 'ERM_LICENSE_TYPE' %] -

    Types of the licenses (E-Resource management module)

    +

    Types of the licenses (e-resource management module)

    [% CASE 'ERM_PACKAGE_CONTENT_TYPE' %] -

    Content type of the packages (E-Resource management module)

    +

    Content type of the packages (e-resource management module)

    [% CASE 'ERM_PACKAGE_TYPE' %] -

    Types of the packages (E-Resource management module)

    +

    Types of the packages (e-resource management module)

    [% CASE 'ERM_TITLE_PUBLICATION_TYPE' %] -

    Publication types of the titles (E-Resource management module)

    +

    Publication types of the titles (e-resource management module)

    [% CASE 'HINGS_AS' %]

    General holdings: acquisition status designator :: This data element specifies acquisition status for the unit at the time of the holdings report.

    [% CASE 'HINGS_C' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt @@ -318,13 +318,13 @@
    -

    E-Resource management tables

    +

    E-resource management tables

    [% PROCESS pagelist module=modules.erm modulename="erm" %]
    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/erm.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/erm.pref @@ -1,13 +1,13 @@ -E-Resource management: +E-resource management: Interface: - - pref: ERMModule choices: 1: Enable 0: Disable - - the E-Resource management module + - the e-resource management module - - - Providers for the E-Resource management module + - Providers for the e-resource management module - pref: ERMProviders multiple: local: Local --- a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt @@ -8,7 +8,7 @@ [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] - E-Resource management › Koha + E-resource management › Koha [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -114,7 +114,7 @@ [% IF Koha.Preference('ERMModule') && CAN_user_erm %]
  • - E-Resource management + E-resource management
  • [% END %] --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue +++ a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue @@ -14,7 +14,7 @@