@@ -, +, @@ PrivacyPolicyURL, LibrisURL input field size are small. --- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 ++ .../prog/en/modules/admin/preferences/enhanced_content.pref | 1 + .../prog/en/modules/admin/preferences/patrons.pref | 1 + .../prog/en/modules/admin/preferences/searching.pref | 1 + 4 files changed, 5 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -156,6 +156,7 @@ Administration: - - "URL of the Central Authentication Service (CAS) server: " - pref: casServerUrl + class: url - - "Version of the CAS server Koha will connect to: " - pref: casServerVersion @@ -431,6 +432,7 @@ Administration: - - "The library URL to be shown on the Hea Community website: " - pref: UsageStatsLibraryUrl + class: url -
NOTE: This value has no effect if the UsageStats system preference is set to "No" (don't share). - - "The library type to be shown on the Hea Community website: " --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref @@ -418,6 +418,7 @@ Enhanced content: - - Location of the Koha manual - pref: KohaManualBaseURL + class: url - 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. - Note that it will be suffixed by the version / the language / the format (/17.11/en/html) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -352,6 +352,7 @@ Patrons: - - Use the following URL - pref: PrivacyPolicyURL + class: url - 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.) - '
NOTE: The URL will only be displayed if GDPR_Policy is set.' - --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -324,4 +324,5 @@ Searching: - - LIBRIS base URL - pref: LibrisURL + class: url - "Please only change this if you are sure it needs changing." --