Bug 14790 - Add OPAC view link to items editor
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / admin.pref
index 3e88260..03e23ac 100644 (file)
@@ -50,6 +50,27 @@ Administration:
                   yes: Allow
                   no: "Don't allow"
             - staff and patrons to create and view saved lists of books.
+        -
+            - When editing circulation rules show the
+            - pref: DefaultToLoggedInLibraryCircRules
+              choices:
+                  yes: "logged in library's"
+                  no: "all libraries"
+            - rules by default.
+        -
+            - When editing notices and slips show the
+            - pref: DefaultToLoggedInLibraryNoticesSlips
+              choices:
+                  yes: "logged in library's"
+                  no: "all libraries"
+            - notices and slips by default.
+        -
+            - When editing overdue notice/status triggers show the
+            - pref: DefaultToLoggedInLibraryOverdueTriggers
+              choices:
+                  yes: "logged in library's"
+                  no: "all libraries"
+            - rules by default.
     Login options:
         -
             - Automatically log out users after
@@ -94,7 +115,7 @@ Administration:
                   yes: Prevent
                   no: "Don't prevent"
             - staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
-    CAS Authentication:
+    CAS authentication:
         -
             - pref: casAuthentication
               default: 0
@@ -112,15 +133,34 @@ Administration:
         -
             - The CAS Authentication Server can be found at
             - pref: casServerUrl
+    SSL client certificate authentication:
         -
             - Use
-            - pref: AllowPkiAuth
+            - pref: AllowPKIAuth
               default: None
               choices:
                   None: "no"
                   Common Name: the Common Name
                   emailAddress: the emailAddress
             - field for SSL client certificate authentication
+    Google OpenID Connect:
+        -
+            - pref: GoogleOpenIDConnect
+              choices:
+                yes: Use
+                no: "Don't Use"
+            - Google OpenID Connect login.
+            - You will need to select OAuth2 when creating an app in the google cloud console, and set the web origin to your_opac_url and the redirect url to your_opac_url/cgi-bin/koha/svc/auth/googleopenidconnect .
+        -
+            - Google OAuth2 Client ID
+            - pref: GoogleOAuth2ClientID
+        -
+            - Google OAuth2 Client Secret
+            - pref: GoogleOAuth2ClientSecret
+        -
+            - Google OpenID Connect Restrict to domain (or subdomain of this domain)
+            - pref: GoogleOpenIDConnectDomain
+            - . Leave blank for all google domains
     Mozilla Persona:
         -
             - pref: Persona
@@ -171,3 +211,11 @@ Administration:
                   subscription: "subscription"
             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
+    Search Engine:
+        -
+            - pref: SearchEngine
+              default: Zebra
+              choices:
+                Zebra: Zebra
+                Elasticsearch: Elasticsearch
+            - is the search engine used.