From e6f6f8356ffaa74f6850958e60ee2d4540d4d9ac Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Mon, 2 Oct 2017 03:12:44 +0000 Subject: [PATCH] Bug 19243 - Followup patch with xpaths changed to id's Sponsored-By: Catalyst IT --- .../prog/en/modules/admin/admin-home.tt | 64 ++++---- .../prog/en/modules/admin/authorised_values.tt | 4 +- .../prog/en/modules/admin/branches.tt | 8 +- .../prog/en/modules/admin/categories.tt | 4 +- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 6 +- .../en/modules/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/admin/itemtypes.tt | 4 +- .../prog/en/modules/admin/marctagstructure.tt | 8 +- .../prog/en/modules/admin/patron-attr-types.tt | 4 +- .../prog/en/modules/admin/smart-rules.tt | 4 +- .../prog/en/modules/admin/z3950servers.tt | 4 +- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 26 ++-- t/db_dependent/selenium/administration_tasks.t | 171 ++++++++++----------- 13 files changed, 153 insertions(+), 156 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 0d43e6f..35bc94e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -29,37 +29,37 @@

Hint:

Configure these parameters in the order they appear.

Basic parameters

-
Libraries and groups
+
Libraries and groups
Define libraries and groups.
-
Item types
+
Item types
Define item types used for circulation rules.
-
Authorized values
+
Authorized values
Define categories and authorized values for them.

Patrons and circulation

-
Patron categories
+
Patron categories
Define patron categories.
[% IF CAN_user_parameters_manage_circ_rules %] -
Circulation and fines rules
+
Circulation and fines rules
Define circulation and fines rules for combinations of libraries, patron categories, and item types
[% END %] -
Patron attribute types
+
Patron attribute types
Define extended attributes (identifiers and statistical categories) for patron records
-
Library transfer limits
+
Library transfer limits
Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.
-
Transport cost matrix
+
Transport cost matrix
Define transport costs between branches
-
Item circulation alerts
+
Item circulation alerts
Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types
-
Cities and towns
+
Cities and towns
Define cities and towns that your patrons live in.
[% IF CAN_user_plugins %]

Plugins

-
Manage plugins
+
Manage plugins
View, manage, configure and run plugins.
[% END %] @@ -67,44 +67,44 @@

Catalog

-
MARC bibliographic framework
+
MARC bibliographic framework
Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.
-
Koha to MARC mapping
+
Koha to MARC mapping
Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.
-
Keywords to MARC mapping
+
Keywords to MARC mapping
Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.
-
MARC Bibliographic framework test
+
MARC Bibliographic framework test
Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.
-
Authority types
+
Authority types
Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).
-
Classification sources
+
Classification sources
Define classification sources (i.e., call number schemes) used by your collection. Also define filing rules used for sorting call numbers.
-
Record matching rules
+
Record matching rules
Manage rules for automatically matching MARC records during record imports.
-
OAI sets configuration
+
OAI sets configuration
Manage OAI Sets
-
Item search fields
+
Item search fields
Manage custom fields for item search.
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] -
Search engine configuration
+
Search engine configuration
Manage indexes, facets, and their mappings to MARC fields and subfields.
[% END %]

Acquisition parameters

-
Currencies and exchange rates
+
Currencies and exchange rates
Define currencies and exchange rates used for acquisitions.
-
Budgets
+
Budgets
Define your budgets
-
Funds
+
Funds
Define funds within your budgets
-
EDI accounts
+
EDI accounts
Manage vendor EDI accounts for import/export
-
Library EANs
+
Library EANs
Manage library EDI EANs
@@ -112,19 +112,19 @@
-
Z39.50/SRU servers
+
Z39.50/SRU servers
Define which external servers to query for MARC data.
-
Did you mean?
+
Did you mean?
Choose which plugins to use to suggest searches to patrons and staff.
-
Configure columns
+
Configure columns
Hide or show columns for tables.
-
Audio alerts
+
Audio alerts
Define which events trigger which sounds
[% IF Koha.Preference('SMSSendDriver') == 'Email' %] -
SMS cellular providers
+
SMS cellular providers
Define a list of cellular providers for sending SMS messages via email.
[% END %] -
Share your usage statistics
+
Share your usage statistics
Share with the Koha community the usage statistics of your Koha installation.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 8dd1d7b..72ec5c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -56,7 +56,7 @@ $(document).ready(function() { [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] -