View | Details | Raw Unified | Return to bug 25630
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref (-1 / +1 lines)
Lines 4-10 Accounting: Link Here
4
            - pref: AccountAutoReconcile
4
            - pref: AccountAutoReconcile
5
              choices:
5
              choices:
6
                  yes: "Do"
6
                  yes: "Do"
7
                  no: "Do not"
7
                  no: "Don't"
8
            - reconcile patron balances automatically on each transaction adding debits or credits.
8
            - reconcile patron balances automatically on each transaction adding debits or credits.
9
        -
9
        -
10
            - pref: FinePaymentAutoPopup
10
            - pref: FinePaymentAutoPopup
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-5 / +5 lines)
Lines 110-123 Administration: Link Here
110
                  yes: "Yes"
110
                  yes: "Yes"
111
                  no: "No"
111
                  no: "No"
112
        -
112
        -
113
            - Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries.
113
            - "Prevent staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries: "
114
            - pref: IndependentBranchesPatronModifications
114
            - pref: IndependentBranchesPatronModifications
115
              default: 0
115
              default: 0
116
              choices:
116
              choices:
117
                  yes: "Yes"
117
                  yes: "Yes"
118
                  no: "No"
118
                  no: "No"
119
        -
119
        -
120
            - Prevent staff (but not superlibrarians) from transfering items to other libraries
120
            - "Prevent staff (but not superlibrarians) from transfering items to other libraries: "
121
            - pref: IndependentBranchesTransfers
121
            - pref: IndependentBranchesTransfers
122
              default: 0
122
              default: 0
123
              choices:
123
              choices:
Lines 157-163 Administration: Link Here
157
              choices:
157
              choices:
158
                yes: "Yes"
158
                yes: "Yes"
159
                no: "No"
159
                no: "No"
160
            - 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 .
160
            - 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 .
161
        -
161
        -
162
            - "Google OAuth2 Client ID: "
162
            - "Google OAuth2 Client ID: "
163
            - pref: GoogleOAuth2ClientID
163
            - pref: GoogleOAuth2ClientID
Lines 426-433 Administration: Link Here
426
            - pref: UsageStatsLibrariesInfo
426
            - pref: UsageStatsLibrariesInfo
427
              choices:
427
              choices:
428
                  yes: "Share"
428
                  yes: "Share"
429
                  no: "Do not Share"
429
                  no: "Do not share"
430
            - "libraries information (name, url, country)"
430
            - "libraries information (name, URL, country)"
431
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
431
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
432
        -
432
        -
433
            - "Geolocation of the main library: "
433
            - "Geolocation of the main library: "
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref (-7 / +6 lines)
Lines 3-12 Serials: Link Here
3
        - Show
3
        - Show
4
        - pref: opacSerialDefaultTab
4
        - pref: opacSerialDefaultTab
5
          choices:
5
          choices:
6
              holdings: Holdings tab
6
              holdings: holdings tab
7
              subscriptions: Subscriptions tab
7
              subscriptions: subscriptions tab
8
              serialcollection: Serial Collection tab
8
              serialcollection: serial collection tab
9
        - as default tab for serials in OPAC. Please note that the Serial Collection tab is currently available only for UNIMARC.
9
        - as default tab for serials in OPAC. Please note that the serial collection tab is currently available only for UNIMARC.
10
    -
10
    -
11
        - pref: RenewSerialAddsSuggestion
11
        - pref: RenewSerialAddsSuggestion
12
          choices:
12
          choices:
Lines 34-40 Serials: Link Here
34
        - Show the
34
        - Show the
35
        - pref: StaffSerialIssueDisplayCount
35
        - pref: StaffSerialIssueDisplayCount
36
          class: integer
36
          class: integer
37
        - previous issues of a serial on the staff client.
37
        - previous issues of a serial on the staff interface.
38
    -
38
    -
39
        - Show the
39
        - Show the
40
        - pref: OPACSerialIssueDisplayCount
40
        - pref: OPACSerialIssueDisplayCount
Lines 48-54 Serials: Link Here
48
              full: full history
48
              full: full history
49
        - view of serial issues.
49
        - view of serial issues.
50
    -
50
    -
51
        - List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |)
51
        - List of fields which must not be rewritten when a subscription is duplicated (separated by pipe |)
52
        - pref: SubscriptionDuplicateDroppedInput
52
        - pref: SubscriptionDuplicateDroppedInput
53
    -
53
    -
54
        - pref: makePreviousSerialAvailable
54
        - pref: makePreviousSerialAvailable
55
- 

Return to bug 25630