Bugzilla – Attachment 114487 Details for
Bug 27263
Link to preferences mentioned in system preference descriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27263: Link to preferences mentioned in system preference descriptions
Bug-27263-Link-to-preferences-mentioned-in-system-.patch (text/plain), 45.79 KB, created by
Owen Leonard
on 2020-12-17 18:36:32 UTC
(
hide
)
Description:
Bug 27263: Link to preferences mentioned in system preference descriptions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-12-17 18:36:32 UTC
Size:
45.79 KB
patch
obsolete
>From 79b620b610f123c9580f0753b23c7d759e27fd2f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 17 Dec 2020 18:30:38 +0000 >Subject: [PATCH] Bug 27263: Link to preferences mentioned in system preference > descriptions > >This patch attempts to locate all references to system preference names >in various system preference descriptions and link those preference >names to a search for that preference. This will allow the user to >easily jump between preferences which are related or depend on each >other. > >To test, apply the patch go to Administration -> System preferences. > >- Open each preference category and confirm that the page loads without > error. >- Test any system preference links you find to confirm that they work > correctly. >--- > .../en/modules/admin/preferences/accounting.pref | 2 +- > .../en/modules/admin/preferences/acquisitions.pref | 2 +- > .../prog/en/modules/admin/preferences/admin.pref | 16 +++++----- > .../en/modules/admin/preferences/authorities.pref | 2 +- > .../en/modules/admin/preferences/circulation.pref | 36 +++++++++++----------- > .../admin/preferences/enhanced_content.pref | 6 ++-- > .../prog/en/modules/admin/preferences/logs.pref | 2 +- > .../prog/en/modules/admin/preferences/opac.pref | 30 +++++++++--------- > .../prog/en/modules/admin/preferences/patrons.pref | 20 ++++++------ > .../en/modules/admin/preferences/searching.pref | 4 +-- > .../prog/en/modules/admin/preferences/serials.pref | 2 +- > .../en/modules/admin/preferences/web_services.pref | 4 +-- > 12 files changed, 63 insertions(+), 63 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >index 647d9d198f..6dcb0c9b9e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref >@@ -32,7 +32,7 @@ Accounting: > choices: > yes: "Enable" > no: "Disable" >- - " the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)" >+ - ' the point of sale feature to allow anonymous transactions with the accounting system. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseCashRegisters">UseCashRegisters</a>)' > - > - pref: AutoCreditNumber > choices: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index b13bce125f..1c2249946e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -109,7 +109,7 @@ Acquisitions: > EmailAddressForSuggestions: EmailAddressForSuggestions > BranchEmailAddress: email address of branch > KohaAdminEmailAddress: KohaAdminEmailAddress >- - "If you choose EmailAddressForSuggestions you have to enter a valid email address: " >+ - 'If you choose <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailAddressForSuggestions">EmailAddressForSuggestions</a> you have to enter a valid email address:' > - pref: EmailAddressForSuggestions > class: email > Printing: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >index 787516cc31..c5532ca5e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >@@ -24,7 +24,7 @@ Administration: > - "Email address failed overdue notices are sent to: " > - pref: AddressForFailedOverdueNotices > class: email >- - "If left empty then it will fallback to the first defined address in the following list: Library ReplyTo, Library Email, ReplytoDefault and KohaAdminEmailAddress" >+ - 'If left empty then it will fallback to the first defined address in the following list: Library ReplyTo, Library Email, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplytoDefault">ReplytoDefault</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a>' > - > > - "How much debugging information to show in the browser when an internal error occurs: " >@@ -199,14 +199,14 @@ Administration: > 2: "No, let me think about it" > - "." > - "<br>Website where usage statistics are published: <a href=\"https://hea.koha-community.org\">Hea Koha community website</a>." >- - "<br><strong>NOTE:</strong> The other UsageStats system preferences have no effect if this system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> The other <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preferences have no effect if this system preference is set to "No" (don't share). > - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/share_usage_with_koha_community.pl</code> cronjob. Ask your system administrator to schedule it." > - "<br><strong>NOTE:</strong> Use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated configuration page</a> to edit the statisics you share." > - > - "Use the following library name to be shown on the Hea Community website: " > - pref: UsageStatsLibraryName > - . If this field is empty the data will be sent anonymously. >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - > - "The country where your library is located to be shown on the Hea Community website: " > - pref: UsageStatsCountry >@@ -409,11 +409,11 @@ Administration: > Zimbabwe : "Zimbabwe" > > - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>. >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - > - "The library URL to be shown on the Hea Community website: " > - pref: UsageStatsLibraryUrl >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - > - "The library type to be shown on the Hea Community website: " > - pref: UsageStatsLibraryType >@@ -430,18 +430,18 @@ Administration: > government : "government" > religiousOrg: "religious organization" > subscription: "subscription" >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - > - pref: UsageStatsLibrariesInfo > choices: > yes: "Share" > no: "Don't share" > - "libraries information (name, URL, country)." >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - > - "Geolocation of the main library: " > - pref: UsageStatsGeolocation >- - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)." >+ - <br><strong>NOTE:</strong> This value has no effect if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UsageStats">UsageStats</a> system preference is set to "No" (don't share). > - "<br><strong>NOTE:</strong> You must use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated configuration page</a> to set and edit this system preference." > Search engine: > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >index 96af2f3ad9..7e3d58b4a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >@@ -29,7 +29,7 @@ Authorities: > choices: > yes: generate > no: "don't generate" >- - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect). >+ - authority records that are missing (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities">BiblioAddsAuthorities</a> must be set to "allow" for this to have any effect). > - > - When modifying an authority record, do not update attached bibliographic records if the number exceeds > - pref: AuthorityMergeLimit >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 9bd26d5aa1..2546c06122 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 >@@ -73,7 +73,7 @@ Circulation: > - Set the default start date for the Holds to pull list to > - pref: HoldsToPullStartDate > class: integer >- - day(s) ago. Note that the default end date is controlled by the system preference ConfirmFutureHolds. >+ - day(s) ago. Note that the default end date is controlled by the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ConfirmFutureHolds">ConfirmFutureHolds</a>. > - > - pref: AllowAllMessageDeletion > choices: >@@ -231,13 +231,13 @@ Circulation: > choices: > yes: Require > no: "Don't require" >- - staff to manually override all fines, even fines less than set in the noissuescharge system preference. >+ - staff to manually override all fines, even fines less than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. > - > - pref: AllowFineOverride > choices: > yes: Allow > no: "Don't allow" >- - staff to manually override and check out items to patrons who have more in fines than set in the noissuescharge system preference. >+ - staff to manually override and check out items to patrons who have more in fines than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. > - > - pref: AutomaticItemReturn > choices: >@@ -371,19 +371,19 @@ Circulation: > choices: > yes: Include > no: "Don't include" >- - rental charges when summing up charges for limit set in the noissuescharge system preference. >+ - rental charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. > - > - pref: ManInvInNoissuesCharge > choices: > yes: Include > no: "Don't include" >- - custom debit type charges when summing up charges for limit set in the noissuescharge system preference. >+ - custom debit type charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. > - > - pref: HoldsInNoissuesCharge > choices: > yes: Include > no: "Don't include" >- - hold charges when summing up charges for limit set in the noissuescharge system preference. >+ - hold charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. > - > - pref: ReturnBeforeExpiry > choices: >@@ -517,7 +517,7 @@ Circulation: > no: allow > - renewing of items. > - >- - If a patron owes more than the value of OPACFineNoRenewals, >+ - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>, > - pref: OPACFineNoRenewalsBlockAutoRenew > choices: > yes: block >@@ -529,14 +529,14 @@ Circulation: > choices: > yes: renew > no: "don't renew" >- - the item automatically. If the system preference "RenewalPeriodBase" is set to "due date", renewed items may still be overdue. >+ - the item automatically. If the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RenewalPeriodBase">RenewalPeriodBase</a> is set to "due date", renewed items may still be overdue. > - > - If a patron pays off all fines on an overdue item that is accruing fines in the OPAC via a payment plugin, > - pref: RenewAccruingItemInOpac > choices: > yes: renew > no: "don't renew" >- - the item automatically. If the system preference "RenewalPeriodBase" is set to "due date", renewed items may still be overdue. >+ - the item automatically. If the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RenewalPeriodBase">RenewalPeriodBase</a> is set to "due date", renewed items may still be overdue. > - > - pref: ItemsDeniedRenewal > type: textarea >@@ -599,7 +599,7 @@ Circulation: > no: "Don't" > - calculate and update overdue charges when an item is returned. > - "<br /><strong>NOTE:</strong> If you are doing hourly loans then you should have this on." >- - "<br /><strong>NOTE:</strong> This system preference requires FinesMode to be set to 'Calculate and charge.'" >+ - '<br /><strong>NOTE:</strong> This system preference requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=FinesMode">FinesMode</a> to be set to "Calculate and charge."' > - > - pref: CalculateFinesOnBackdate > choices: >@@ -655,7 +655,7 @@ Circulation: > choices: > yes: Store > no: "Don't store" >- - the last patron to return an item. This setting is independent of the opacreadinghistory and AnonymousPatron system preferences. >+ - 'the last patron to return an item. This setting is independent of the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=opacreadinghistory">opacreadinghistory</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preferences.' > Holds policy: > - > - In the staff interface, split the holds queue into separate tables by >@@ -708,7 +708,7 @@ Circulation: > choices: > yes: Allow > no: "Don't allow" >- - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)." >+ - patrons to place holds that don't enter the waiting list until a certain future date. (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> must also be enabled). > - > - Confirm future hold requests (starting no later than > - pref: ConfirmFutureHolds >@@ -731,9 +731,9 @@ Circulation: > choices: > yes: Allow > no: "Don't allow" >- - "holds to expire automatically if they have not been picked by within the time period specified in the ReservesMaxPickUpDelay system preference.<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask your system administrator to schedule it." >+ - 'holds to expire automatically if they have not been picked by within the time period specified in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</a> system preference.<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask your system administrator to schedule it.' > - >- - If using ExpireReservesMaxPickUpDelay, charge a patron who allows their waiting hold to expire a fee of >+ - If using <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</a>, charge a patron who allows their waiting hold to expire a fee of > - pref: ExpireReservesMaxPickUpDelayCharge > class: currency > - "." >@@ -877,7 +877,7 @@ Circulation: > no: "Don't allow" > - to pickup holds at libraries where the item is available. > - >- - "Patron categories not affected by OPACHoldsIfAvailableAtPickup:" >+ - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:' > - pref: OPACHoldsIfAvailableAtPickupExceptions > - "(list of patron categories separated with a pipe '|')" > - >@@ -886,10 +886,10 @@ Circulation: > do_not_allow: "Do not allow to mark items as lost" > allow: "Allow to mark items as lost" > 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." >+ - from the 'Holds to pull' page. Values to be applied must be defined in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UpdateItemWhenLostFromHoldList">UpdateItemWhenLostFromHoldList</a>. > - > - 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)' >+ - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CanMarkHoldsToPullAsLost">CanMarkHoldsToPullAsLost</a>)' > - pref: UpdateItemWhenLostFromHoldList > type: textarea > syntax: text/x-yaml >@@ -967,7 +967,7 @@ Circulation: > off: "Don't calculate" > production: Calculate and charge > - fines (when <code>cronjobs/fines.pl</code> is being run). >- - "<br><strong>NOTE:</strong> If the cronjobs/fines.pl cronjob is being run, accruing and final fines will be calculated when the cron runs and accruing fines will be finalized when an item is returned. If CalculateFinesOnReturn is enabled, final fines will be calculated when an item is returned." >+ - '<br><strong>NOTE:</strong> If the cronjobs/fines.pl cronjob is being run, accruing and final fines will be calculated when the cron runs and accruing fines will be finalized when an item is returned. If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CalculateFinesOnReturn">CalculateFinesOnReturn</a> is enabled, final fines will be calculated when an item is returned.' > - > - If a lost item is returned, apply the refunding rules defined for the > - pref: RefundLostOnReturnControl >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >index 49b3477705..27309ca6e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >@@ -170,7 +170,7 @@ Enhanced content: > choices: > yes: Use > no: "Don't use" >- - the ThingISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on). This is separate from Library Thing for Libraries. >+ - the ThingISBN service to show other editions of a title (when either <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=FRBRizeEditions">FRBRizeEditions</a> or <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFRBRizeEditions">OPACFRBRizeEditions</a> is on). This is separate from Library Thing for Libraries. > - > - pref: LibraryThingForLibrariesEnabled > choices: >@@ -227,7 +227,7 @@ Enhanced content: > choices: > yes: Show > no: "Don't show" >- - information about other editions of a title from Syndetics on item detail pages on the OPAC (when OPACFRBRizeEditions is on). >+ - information about other editions of a title from Syndetics on item detail pages on the OPAC (when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFRBRizeEditions">OPACFRBRizeEditions</a> is on). > - > - pref: SyndeticsExcerpt > choices: >@@ -434,7 +434,7 @@ Enhanced content: > - Location of the Koha manual > - pref: KohaManualBaseURL > - You can specify the location of the Koha manual to use. By default it is https://koha-community.org/manual/ >- - If starts with '/', the value of staffClientBaseURL will be used as a prefix. >+ - If starts with '/', the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=staffClientBaseURL">staffClientBaseURL</a> will be used as a prefix. > - Note that it will be suffixed by the version / the language / the format (/17.11/en/html) > - > - Language of the online manual >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref >index 1e2d9b6b5b..2d717fc165 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref >@@ -109,4 +109,4 @@ Logging: > choices: > on: Do > off: "Don't" >- - dump search query as a template parameter, requires DumpTemplateVars[interface] to be visible. >+ - dump search query as a template parameter, requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=DumpTemplateVars">DumpTemplateVars</a>[interface] to be visible. >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 3654080c02..3434bbdc48 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 >@@ -41,7 +41,7 @@ OPAC: > yes: Enable > no: Disable > - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC. " >- - "Note: This doesn't affect the public API, see the <code>RESTPublicAnonymousRequests</code> to control the API." >+ - 'Note: This does not affect the public API, see the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RESTPublicAnonymousRequests">RESTPublicAnonymousRequests</a> to control the API.' > - > - pref: HighlightOwnItemsOnOPAC > choices: >@@ -68,7 +68,7 @@ OPAC: > no: "Don't show" > - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs to be upgraded, but unconditionally." > - >- - "Show the following HTML when OpacMaintenance is enabled:" >+ - 'Show the following HTML when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacMaintenance">OpacMaintenance</a> is enabled:' > - pref: OpacMaintenanceNotice > type: textarea > syntax: text/html >@@ -132,7 +132,7 @@ OPAC: > no: "Don't include" > - "COinS / OpenURL / Z39.88 in OPAC search results. <br/>Warning: Enabling this feature will slow OPAC search response times." > - "<br/>If you want to display a link to an OpenURL resolver, look at the following system preferences:" >- - "<br/><code>OpenURLResolverURL</code>, <code>OPACShowOpenURL</code>, <code>OPACOpenURLItemTypes</code>, <code>OpenURLText</code>, <code>OpenURLImageLocation</code>" >+ - '<br/><a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLResolverURL">OpenURLResolverURL</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACShowOpenURL">OPACShowOpenURL</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACOpenURLItemTypes">OPACOpenURLItemTypes</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLText">OpenURLText</a>, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLImageLocation">OpenURLImageLocation</a>' > - > - pref: OPACShowUnusedAuthorities > choices: >@@ -243,7 +243,7 @@ OPAC: > syntax: text/html > class: code > - >- - "Show the following HTML on the left hand column of the main page and patron account on the OPAC, after OpacNav, and before patron account links if available:" >+ - 'Show the following HTML on the left hand column of the main page and patron account on the OPAC, after <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacNav">OpacNav</a>, and before patron account links if available:' > - pref: OpacNavBottom > type: textarea > syntax: text/html >@@ -299,7 +299,7 @@ OPAC: > Details: "detail page only" > Results: "result page only" > Both: "both detail and result pages" >- - '. Note: The corresponding OPACXSLT option must be turned on.' >+ - '. Note: The corresponding <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACXSLT">OPACXSLT</a> option must be turned on.' > - > - 'Select export options that should be available from OPAC detail page:' > - pref: OpacExportOptions >@@ -358,7 +358,7 @@ OPAC: > no: "Don't allow" > - patrons to submit problem reports for OPAC pages to the library or Koha administrator. > - "<br/>" >- - "<strong>NOTE:</strong> You must have KohaAdminEmailAddress enabled." >+ - '<strong>NOTE:</strong> You must have <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=KohaAdminEmailAddress">KohaAdminEmailAddress</a> enabled.' > - > - pref: opacuserlogin > choices: >@@ -466,7 +466,7 @@ OPAC: > choices: > yes: Show > no: Hide >- - reviewer's avatar beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's e-mail address. >+ - reviewer's avatar beside comments in OPAC. The avatar will be searched on <a href="https://www.libravatar.org" target="_blank">Libravatar</a> using the patron's e-mail address. > - > - pref: RequestOnOpac > choices: >@@ -549,7 +549,7 @@ OPAC: > - pref: OpenURLResolverURL > class: url > - >- - 'Text of OpenURL links (or image title if OpenURLImageLocation is defined):' >+ - 'Text of OpenURL links (or image title if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpenURLImageLocation">OpenURLImageLocation</a> is defined):' > - pref: OpenURLText > - > - 'Location of image for OpenURL links:' >@@ -603,7 +603,7 @@ OPAC: > choices: > yes: Include > no: "Don't include" >- - "outstanding/unapplied credits when applying the OPACFineNoRenewals rule to patrons." >+ - outstanding/unapplied credits when applying the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a> rule to patrons. > - > - pref: OPACViewOthersSuggestions > choices: >@@ -641,7 +641,7 @@ OPAC: > branch: Library or branch > patronreason: Patron reason > note: Note >- - "<br />Note: Do not make OPACSuggestionMandatoryFields unwanted fields " >+ - '<br />Note: Do not make <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACSuggestionMandatoryFields">OPACSuggestionMandatoryFields</a> unwanted fields ' > - > - pref: OpacHiddenItems > type: textarea >@@ -649,7 +649,7 @@ OPAC: > class: code > - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the <a href="http://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>. > - >- - "List of patron categories, separated by |, that can see items otherwise hidden by <code>OpacHiddenItems</code>:" >+ - 'List of patron categories, separated by |, that can see items otherwise hidden by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems">OpacHiddenItems</a>:' > - pref: OpacHiddenItemsExceptions > - > - pref: OpacAllowPublicListCreation >@@ -690,7 +690,7 @@ OPAC: > choices: > yes: Allow > no: "Don't allow" >- - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron system preference." >+ - 'patrons that aren''t logged in to make purchase suggestions. Suggestions are connected to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preference.' > - > - pref: opacreadinghistory > choices: >@@ -716,7 +716,7 @@ OPAC: > choices: > yes: Allow > no: "Don't allow" >- - "patrons to choose their own privacy settings for their checkout history. This requires opacreadinghistory and AnonymousPatron system preferences." >+ - 'patrons to choose their own privacy settings for their checkout history. This requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=opacreadinghistory">opacreadinghistory</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preferences.' > - > - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor > default: 0 >@@ -796,7 +796,7 @@ OPAC: > yes: Allow > no: "Don't allow" > - "library patrons to register for an account via the OPAC." >- - "<br><strong>NOTE:</strong> This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code." >+ - <br><strong>NOTE:</strong> This needs <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory">PatronSelfRegistrationDefaultCategory</a> to be set to a valid patron category code.' > - > - pref: PatronSelfRegistrationVerifyByEmail > choices: >@@ -810,7 +810,7 @@ OPAC: > class: short > - "as the default patron category for patrons registered via the OPAC." > - >- - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory" >+ - Delete patrons still in the category indicated by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory">PatronSelfRegistrationDefaultCategory</a>' > - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay > class: integer > - "days after account creation." >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index b618fdfe4e..1b3e386cc9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -80,7 +80,7 @@ Patrons: > yes: Enable > no: Disable > - "automatic approval of patron detail changes from the OPAC." >- - Requires OPACPatronDetails to be activated. >+ - Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACPatronDetails">OPACPatronDetails</a> to be activated. > - > - pref: ProtectSuperlibrarianPrivileges > choices: >@@ -120,7 +120,7 @@ Patrons: > yes: Allow > no: "Don't allow" > - "staff to manage which notices patrons will receive and when they will receive them." >- - "<br><strong>NOTE:</strong> This only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC." >+ - '<br><strong>NOTE:</strong> This only applies to courtesy notices. To manage if patrons have also access to these settings, use <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EnhancedMessagingPreferencesOPAC">EnhancedMessagingPreferencesOPAC</a>.' > - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/process_message_queue.pl</code> and the <code>misc/cronjobs/advance_notices.pl</code> cronjob. Ask your system administrator to schedule them." > - > - pref: EnhancedMessagingPreferencesOPAC >@@ -128,7 +128,7 @@ Patrons: > yes: Show > no: "Don't show" > - "patron messaging setting on the OPAC." >- - "<br><strong>NOTE:</strong> EnhancedMessagingPreferences must be enabled." >+ - '<br><strong>NOTE:</strong> <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EnhancedMessagingPreferences">EnhancedMessagingPreferences</a> must be enabled.' > - > - pref: AutoEmailOpacUser > choices: >@@ -158,14 +158,14 @@ Patrons: > yes: Enable > no: Disable > - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported). >- - <br/><i class="fa fa-exclamation-triangle"></i> If <code>TalkingTechItivaPhoneNotification</code> is enabled, <code>PhoneNotification</code> should be disabled. >+ - <br/><i class="fa fa-exclamation-triangle"></i> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</a> is enabled, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PhoneNotification">PhoneNotification</a> should be disabled. > - > - pref: PhoneNotification > choices: > yes: Enable > no: Disable > - patron phone notifications generation. A plugin will be required to process the phone notifications. >- - <br/><i class="fa fa-exclamation-triangle"></i> If <code>PhoneNotification</code> is enabled, <code>TalkingTechItivaPhoneNotification</code> should be disabled. >+ - <br/><i class="fa fa-exclamation-triangle"></i> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PhoneNotification">PhoneNotification</a> is enabled, <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</a> should be disabled. > - > - "Use the SMS::Send::" > - pref: SMSSendDriver >@@ -191,7 +191,7 @@ Patrons: > - pref: BorrowerMandatoryField > type: modalselect > source: borrowers >- - "<strong>NOTE:</strong> If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." >+ - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.' > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:" > - pref: BorrowerUnwantedField >@@ -208,12 +208,12 @@ Patrons: > yes: Do > no: "Don't" > - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942). >- - "<strong>NOTE:</strong> If autoMemberNum is enabled, the system preference BorrowerMandatoryField must not contain the field cardnumber." >+ - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.' > - > - Card numbers for patrons must be > - pref: CardnumberLength > - "characters long. The length can be a single number to specify an exact length, a range separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum (i.e., ',Max')." >- - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one. Maximum cannot be bigger than the database field size of 32." >+ - 'If <code>cardnumber</code> is included in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> list, the minimum length, if not specified here, defaults to one. Maximum cannot be bigger than the database field size of 32.' > - > - pref: uppercasesurnames > choices: >@@ -309,7 +309,7 @@ Patrons: > - Use the following URL > - pref: PrivacyPolicyURL > - to refer to your local privacy policy in messages about privacy and data protection. (If you enforce GDPR policy, make sure that this page is not blocked.) >- - "<br><strong>NOTE:</strong> The URL will only be displayed if GDPR_Policy is set." >+ - '<br><strong>NOTE:</strong> The URL will only be displayed if <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=GDPR_Policy">GDPR_Policy</a> is set.' > - > - "Set GDPR policy to:" > - pref: GDPR_Policy >@@ -318,7 +318,7 @@ Patrons: > Enforced: 'enforced' > Permissive: 'permissive' > - ". GDPR is the EU General Data Protection Regulation. When you enforce, patrons need to give consent before using the OPAC. If you set to permissive, Koha will warn but not enforce." >- - "<br><strong>NOTE:</strong> If you enable this you will also have to set the URL of your public privacy policy with the PrivacyPolicyURL setting." >+ - '<br><strong>NOTE:</strong> If you enable this you will also have to set the URL of your public privacy policy with the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PrivacyPolicyURL">PrivacyPolicyURL</a> setting.' > - > - Lock/expire patrons that submitted an unsubscribe request (refused consent) after > - pref: UnsubscribeReflectionDelay >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >index 2e66eccef3..4b2274ab3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >@@ -173,7 +173,7 @@ Searching: > choices: > yes: Show > no: "Don't show" >- - facet counts. The relevance of these numbers highly depends on the value of the maxRecordsForFacets preference. Applies to OPAC and staff interface. >+ - facet counts. The relevance of these numbers highly depends on the value of the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=maxRecordsForFacets">maxRecordsForFacets</a> preference. Applies to OPAC and staff interface. > - > - By default, show > - pref: numSearchResults >@@ -264,7 +264,7 @@ Searching: > choices: > yes: "Display" > no: "Don't display" >- - " Koha record level itemtype info on detail and result pages in the OPAC and staff interface. This info also displays if the item-level_itypes system preference is set to bibliographic record." >+ - ' Koha record level itemtype info on detail and result pages in the OPAC and staff interface. This info also displays if the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=item-level_itypes">item-level_itypes</a> system preference is set to bibliographic record.' > Did you mean/spell checking: > - > - "Swedish service for spellchecking.<br/>" >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >index 1c9412b2e9..9cfa5ad6fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >@@ -55,7 +55,7 @@ Serials: > choices: > yes: Make > no: Don't make >- - previous serial automatically available when receiving a new serial issue. The previous issue can also be set to another item type when receiving a new one. Please note that the item-level_itypes system preference must be set to specific item. >+ - previous serial automatically available when receiving a new serial issue. The previous issue can also be set to another item type when receiving a new one. Please note that the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=item-level_itypes">item-level_itypes</a> system preference must be set to specific item. > - > - pref: PreserveSerialNotes > choices: >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 d6a5e969bd..b9326baaa7 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 >@@ -58,7 +58,7 @@ Web services: > - "YAML OAI Koha server configuration file:" > - pref: "OAI-PMH:ConfFile" > class: file >- - . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records. >+ - . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OAI-PMH:ConfFile">OAI-PMH:ConfFile</a> specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records. > - > - pref: "OAI-PMH:AutoUpdateSets" > choices: >@@ -71,7 +71,7 @@ Web services: > yes: Enable > no: Disable > - embedding of item data when automatically updating OAI-PMH sets. >- - <br><strong>NOTE:</strong> This needs OAI-PMH:AutoUpdateSets syspref to be enabled. >+ - <br><strong>NOTE:</strong> This needs <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OAI-PMH:AutoUpdateSets">OAI-PMH:AutoUpdateSets</a> syspref to be enabled. > - > - Koha's deletedbiblio table > - pref: "OAI-PMH:DeletedRecord" >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27263
:
114487
|
114828
|
115101