From 4af8b0bf838c8d2eb33207cfe3e07fb5a48ea828 Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Fri, 23 Oct 2020 23:13:20 +0000 Subject: [PATCH] Bug 26809: Removes full stops from admin-home.tt To be consistent with the formatting of the Tools module this patch removes full stops from administration descriptions. To test: 1) Go to Administration module and note inconsistent use of full stops 2) Apply the patch 3) Go to Administration module and note absence of full stops on descriptions Sponsored-by: Catalyst IT Signed-off-by: Lisette Scheer Signed-off-by: Nick Clemens --- .../prog/en/modules/admin/admin-home.tt | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 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 1f084358fb..2c7fbb7b2f 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 @@ -60,17 +60,17 @@
[% IF ( CAN_user_parameters_manage_libraries ) %]
Libraries
-
Define libraries.
+
Define libraries
Library groups
-
Define hierarchical library groups.
+
Define hierarchical library groups
[% END %] [% IF ( CAN_user_parameters_manage_itemtypes ) %]
Item types
-
Define item types used for circulation rules.
+
Define item types used for circulation rules
[% END %] [% IF ( CAN_user_parameters_manage_auth_values ) %]
Authorized values
-
Define categories and authorized values for them.
+
Define categories and authorized values for them
[% END %]
[% END %] @@ -80,7 +80,7 @@
[% IF ( CAN_user_parameters_manage_patron_categories ) %]
Patron categories
-
Define patron categories.
+
Define patron categories
[% END %] [% IF CAN_user_parameters_manage_circ_rules %]
Circulation and fines rules
@@ -92,7 +92,7 @@ [% END %] [% IF ( CAN_user_parameters_manage_transfers ) %]
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.
+
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
Define transport costs between branches
[% END %] @@ -106,7 +106,7 @@ [% END %] [% IF ( CAN_user_parameters_manage_cities ) %]
Cities and towns
-
Define cities and towns that your patrons live in.
+
Define cities and towns that your patrons live in
[% END %]
[% END %] @@ -116,9 +116,9 @@
[% IF ( CAN_user_parameters_manage_accounts ) %]
Debit types
-
Define debit types.
+
Define debit types
Credit types
-
Define credit types.
+
Define credit types
[% END %] [% IF ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) %]
Cash registers
@@ -142,23 +142,23 @@
[% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
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.
+
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
-
Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.
+
Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records
[% END %] [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
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.
+
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
-
Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).
+
Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions)
[% END %] [% IF ( CAN_user_parameters_manage_classifications ) %]
Classification sources
-
Define classification sources (i.e. call number schemes) used by your collection. Also define filing rules used for sorting call numbers and splitting rules for splitting them.
+
Define classification sources (i.e. call number schemes) used by your collection. Also define filing rules used for sorting call numbers and splitting rules for splitting them
[% END %] [% IF ( CAN_user_parameters_manage_matching_rules ) %]
Record matching rules
-
Manage rules for automatically matching MARC records during record imports.
+
Manage rules for automatically matching MARC records during record imports
[% END %] [% IF ( CAN_user_parameters_manage_oai_sets ) %]
OAI sets configuration
@@ -166,11 +166,11 @@ [% END %] [% IF ( CAN_user_parameters_manage_item_search_fields ) %]
Item search fields
-
Manage custom fields for item search.
+
Manage custom fields for item search
[% END %] [% IF ( CAN_user_parameters_manage_search_engine_config ) %]
Search engine configuration (Elasticsearch)
-
Manage indexes, facets, and their mappings to MARC fields and subfields.
+
Manage indexes, facets, and their mappings to MARC fields and subfields
[% END %]
[% END %] @@ -180,7 +180,7 @@
[% IF ( CAN_user_acquisition_currencies_manage ) %]
Currencies and exchange rates
-
Define currencies and exchange rates used for acquisitions.
+
Define currencies and exchange rates used for acquisitions
[% END %] [% IF ( CAN_user_acquisition_period_manage ) %]
Budgets
@@ -206,19 +206,19 @@
Printers (UNIX paths).
--> [% IF ( CAN_user_parameters_manage_search_targets ) %]
Z39.50/SRU servers
-
Define which external servers to query for MARC data.
+
Define which external servers to query for MARC data
[% END %] [% IF ( CAN_user_parameters_manage_smtp_servers ) %]
SMTP servers
-
Define which SMTP servers to use.
+
Define which SMTP servers to use
[% END %] [% IF ( CAN_user_parameters_manage_didyoumean ) %]
Did you mean?
-
Choose which plugins to use to suggest searches to patrons and staff.
+
Choose which plugins to use to suggest searches to patrons and staff
[% END %] [% IF ( CAN_user_parameters_manage_column_config ) %]
Table settings
-
Configure and hide or show columns for tables.
+
Configure and hide or show columns for tables
[% END %] [% IF ( CAN_user_parameters_manage_audio_alerts ) %]
Audio alerts
@@ -226,11 +226,11 @@ [% END %] [% IF ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) %]
SMS cellular providers
-
Define a list of cellular providers for sending SMS messages via email.
+
Define a list of cellular providers for sending SMS messages via email
[% END %] [% IF ( CAN_user_parameters_manage_usage_stats ) %]
Share your usage statistics
-
Share with the Koha community the usage statistics of your Koha installation.
+
Share with the Koha community the usage statistics of your Koha installation
[% END %] [% IF ( CAN_user_parameters_manage_mana ) %]
Share content with Mana KB
-- 2.11.0