From 8098afa71b37c098d8b4057ecbd6a5d6ad468ad4 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 3 Apr 2023 21:09:51 +0000 Subject: [PATCH] Bug 33390: Add links to various system preference descriptions To test: 1. Apply patch and look at the descriptions of the following system preferences. Make sure each link works and makes sense: DefaultLongOverdueChargeValue DefaultLongOverdueLostValue and DefaultLongOverdueDays DefaultLongOverdueSkipLostStatuses UpdateItemWhenLostFromHoldList NewItemsDefaultLocation UpdateItemLocationOnCheckin SkipHoldTrapOnNotForLoanValue UpdateNotForLoanStatusOnCheckin Reference_NFL_Statuses ItemsDeniedRenewal Signed-off-by: Catrina --- .../admin/preferences/cataloguing.pref | 2 +- .../admin/preferences/circulation.pref | 26 ++++++++++--------- .../en/modules/admin/preferences/opac.pref | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 4dc792da45..b370b66db0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -119,7 +119,7 @@ Cataloging: - When items are created, give them the temporary location of - pref: NewItemsDefaultLocation class: short - - (should be a location code, or blank to disable). + - (should be a location code, or blank to disable). - - pref: z3950NormalizeAuthor choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index df40f15c46..96bef6932b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -437,7 +437,7 @@ Circulation: 0: "don't ask" - "for confirmation." - - - By default, set the LOST value of an item to + - By default, set the LOST value of an item to - pref: DefaultLongOverdueLostValue class: integer - when the item has been overdue for more than @@ -445,21 +445,21 @@ Circulation: class: integer - days. -
WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature. - - "
Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days." + - "
Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days." -
(Used when the longoverdue.pl script is called without the --lost parameter) - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - - "Charge a lost item to the patron's account when the LOST value of the item changes to:" + - "Charge a lost item to the patron's account when the LOST value of the item changes to:" - pref: DefaultLongOverdueChargeValue class: integer -
Leave this field empty if you don't want to charge the patron for lost items. -
(Used when the longoverdue.pl script is called without the --charge parameter) - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - - When using the automatic item loss process, skip items with lost values matching any of + - When using the automatic item loss process, skip items with LOST values matching any of - pref: DefaultLongOverdueSkipLostStatuses - "." - -
Leave this field empty if you don't want to skip any lost statuses. + -
Leave this field empty if you don't want to skip any LOST statuses. -
Set to a list of comma separated values, e.g. 5,6,7. - - "When issuing an item that has been marked as lost, " @@ -558,8 +558,8 @@ Circulation: - "
Can name any field in the items table followed by a colon then a space then" - "a bracketed list of values separated by commas." - "For example:" - - "
ccode: [NEWFIC,NULL,DVD]" - - "
itype: [NEWBK,\"\"]" + - "
ccode: [NEWFIC,NULL,DVD] Collection codes" + - "
itype: [NEWBK,\"\"] Item types" - "
NOTE: The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field." Checkin policy: - @@ -569,11 +569,11 @@ Circulation: 0: "Don't trap" - items that are not for loan but holdable ( notforloan < 0 ) to fill holds. - - - Never trap items with 'not for loan' values of + - Never trap items with 'not for loan' values of - pref: SkipHoldTrapOnNotForLoanValue class: integer - to fill holds. - - "(list of not for loan values separated with a pipe '|')" + - "(list of not for loan values separated with a pipe '|')" - - pref: HoldsAutoFill choices: @@ -624,6 +624,7 @@ Circulation: syntax: text/x-yaml class: code - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.

" + - Location codes

- "Examples:
" - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.
" - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.
" @@ -643,7 +644,8 @@ Circulation: - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'." - - Each pair of values should be on a separate line. + - "Each pair of values should be on a separate line.
" + - Not for loan values - - pref: HidePersonalPatronDetailOnCirculation choices: @@ -948,8 +950,8 @@ Circulation: allow_and_notify: "Allow to mark items as lost and notify the patron" - from the 'Holds to pull' page. Values to be applied must be defined in UpdateItemWhenLostFromHoldList. - - - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page. - - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires CanMarkHoldsToPullAsLost)' + - A list of values to update an item's values with when it is marked as LOST from the 'Holds to pull' page. + - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as LOST. (Requires CanMarkHoldsToPullAsLost)' - pref: UpdateItemWhenLostFromHoldList type: textarea syntax: text/x-yaml diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index a1878233f6..3982e0d3da 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -317,7 +317,7 @@ OPAC: footer: "only footer" - "." - - - "List the following not for loan statuses as available for reference in OPAC search results:" + - "List the following not for loan statuses as available for reference in OPAC search results:" - pref: Reference_NFL_Statuses - "(Use | as delimiter.)" - -- 2.30.2