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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (-3 / +3 lines)
Lines 138-150 Link Here
138
        [% END %]
138
        [% END %]
139
        </li>
139
        </li>
140
140
141
        [% IF ( staff_client ) %]
141
        [% IF ( staff_interface ) %]
142
            <li class="active">
142
            <li class="active">
143
                <a title="Staff interface" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff interface</a>
143
                <a title="Staff interface" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_interface">Staff interface</a>
144
                [% PROCESS subtabs  %]
144
                [% PROCESS subtabs  %]
145
        [% ELSE %]
145
        [% ELSE %]
146
            <li>
146
            <li>
147
                <a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a>
147
                <a title="Staff interface" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_interface">Staff interface</a>
148
        [% END %]
148
        [% END %]
149
        </li>
149
        </li>
150
150
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-21 / +24 lines)
Lines 19-25 Administration: Link Here
19
            - "Email to redirect all messages to: "
19
            - "Email to redirect all messages to: "
20
            - pref: SendAllEmailsTo
20
            - pref: SendAllEmailsTo
21
              class: email
21
              class: email
22
            - "(Leave this field empty to send messages to their normal recipient)"
22
            - "(Leave this field empty to send messages to their normal recipient.)"
23
        -
23
        -
24
            - "How much debugging information to show in the browser when an internal error occurs: "
24
            - "How much debugging information to show in the browser when an internal error occurs: "
25
            - pref: DebugLevel
25
            - pref: DebugLevel
Lines 165-185 Administration: Link Here
165
            - "Google OAuth2 Client Secret: "
165
            - "Google OAuth2 Client Secret: "
166
            - pref: GoogleOAuth2ClientSecret
166
            - pref: GoogleOAuth2ClientSecret
167
        -
167
        -
168
            - "Google OpenID Connect Restrict to domain (or subdomain of this domain): "
168
            - "Restrict Google OpenID Connect to this domain (or subdomain of this domain): "
169
            - pref: GoogleOpenIDConnectDomain
169
            - pref: GoogleOpenIDConnectDomain
170
            - Leave blank for all google domains
170
            - . Leave blank for all Google domains.
171
        -
171
        -
172
            - pref: GoogleOpenIDConnectAutoRegister
172
            - pref: GoogleOpenIDConnectAutoRegister
173
              choices:
173
              choices:
174
                yes: Allow
174
                yes: Allow
175
                no: "Don't Allow"
175
                no: "Don't allow"
176
            - users logging in with Google Open ID to automatically register.
176
            - patrons logging in with Google Open ID to automatically register.
177
        -
177
        -
178
            - "Use this category code when automatically registering a Google Open ID patron: "
178
            - pref: GoogleOpenIDConnectDefaultCategory
179
            - pref: GoogleOpenIDConnectDefaultCategory
179
            - Use this category code when automatically registering a Google Open ID patron.
180
            - "."
180
        -
181
        -
182
            - "Use this branch code when automatically registering a Google Open ID patron: "
181
            - pref: GoogleOpenIDConnectDefaultBranch
183
            - pref: GoogleOpenIDConnectDefaultBranch
182
            - Use this branch code when automatically registering a Google Open ID patron.
184
            - "."
183
    Share anonymous usage statistics:
185
    Share anonymous usage statistics:
184
        -
186
        -
185
            - "Share anonymous Koha usage data with the Koha community: "
187
            - "Share anonymous Koha usage data with the Koha community: "
Lines 189-203 Administration: Link Here
189
                  yes: "Yes"
191
                  yes: "Yes"
190
                  no: "No"
192
                  no: "No"
191
                  2: "No, let me think about it"
193
                  2: "No, let me think about it"
192
            - ". Website where usage statistics are published: <a href=\"http://hea.koha-community.org\">Hea Koha community website</a>."
194
            - "."
193
            - "<br><strong>NOTE:</strong> The other \"UsageStats\" preferences have no effect if this preference is set to \"No\"."
195
            - "<br>Website where usage statistics are published: <a href=\"https://hea.koha-community.org\">Hea Koha community website</a>."
196
            - "<br><strong>NOTE:</strong> The other UsageStats system preferences have no effect if this system preference is set to \"No\" (don't share)."
194
            - "<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."
197
            - "<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."
195
            - "<br><strong>NOTE:</strong> You should use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated admin configuration page</a> to edit the preference related to Hea."
198
            - "<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."
196
        -
199
        -
197
            - "Use the following library name to be shown on the Hea Community website: "
200
            - "Use the following library name to be shown on the Hea Community website: "
198
            - pref: UsageStatsLibraryName
201
            - pref: UsageStatsLibraryName
199
            - If this field is empty data will be sent anonymously.
202
            - . If this field is empty the data will be sent anonymously.
200
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
203
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
201
        -
204
        -
202
            - "The country where your library is located to be shown on the Hea Community website: "
205
            - "The country where your library is located to be shown on the Hea Community website: "
203
            - pref: UsageStatsCountry
206
            - pref: UsageStatsCountry
Lines 399-410 Administration: Link Here
399
                Zambia         : "Zambia"
402
                Zambia         : "Zambia"
400
                Zimbabwe       : "Zimbabwe"
403
                Zimbabwe       : "Zimbabwe"
401
404
402
            - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
405
            - . This will be shown on the <a href="https://hea.koha-community.org">Hea Koha community website</a>.
403
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
406
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
404
        -
407
        -
405
            - "The library URL to be shown on the Hea Community website: "
408
            - "The library URL to be shown on the Hea Community website: "
406
            - pref: UsageStatsLibraryUrl
409
            - pref: UsageStatsLibraryUrl
407
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
410
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
408
        -
411
        -
409
            - "The library type to be shown on the Hea Community website: "
412
            - "The library type to be shown on the Hea Community website: "
410
            - pref: UsageStatsLibraryType
413
            - pref: UsageStatsLibraryType
Lines 421-439 Administration: Link Here
421
                  government  : "government"
424
                  government  : "government"
422
                  religiousOrg: "religious organization"
425
                  religiousOrg: "religious organization"
423
                  subscription: "subscription"
426
                  subscription: "subscription"
424
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
427
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
425
        -
428
        -
426
            - pref: UsageStatsLibrariesInfo
429
            - pref: UsageStatsLibrariesInfo
427
              choices:
430
              choices:
428
                  yes: "Share"
431
                  yes: "Share"
429
                  no: "Do not share"
432
                  no: "Don't share"
430
            - "libraries information (name, URL, country)"
433
            - "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\"."
434
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
432
        -
435
        -
433
            - "Geolocation of the main library: "
436
            - "Geolocation of the main library: "
434
            - pref: UsageStatsGeolocation
437
            - pref: UsageStatsGeolocation
435
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"Don't share\"."
438
            - "<br><strong>NOTE:</strong> This value has no effect if the UsageStats system preference is set to \"No\" (don't share)."
436
            - "<br><strong>NOTE:</strong> You must use the <a href=\"/cgi-bin/koha/admin/usage_statistics.pl\">dedicated admin configuration page</a> to edit this preference."
439
            - "<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."
437
    Search engine:
440
    Search engine:
438
        -
441
        -
439
            - "Use following search engine: "
442
            - "Use following search engine: "
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-7 / +7 lines)
Lines 10-16 Authorities: Link Here
10
        -
10
        -
11
            - Use the following text to edit how authority records control indicators of attached bibliographic fields (and possibly subfield $2).<br>
11
            - Use the following text to edit how authority records control indicators of attached bibliographic fields (and possibly subfield $2).<br>
12
            - "Lines starting with a comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc), tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).<br>"
12
            - "Lines starting with a comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc), tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).<br>"
13
            - Here auth1 and auth2 refer to the indicators of the authority record, tag is a biblio field number or an asterisk (*), and some_value is a fixed value (one character).<br>
13
            - Here auth1 and auth2 refer to the indicators of the authority record, tag is a bibliographic field number or an asterisk (*), and some_value is a fixed value (one character).<br>
14
            - The MARC21 option thesaurus refers to indicators controlled by authority field 008/11 and 040$f.
14
            - The MARC21 option thesaurus refers to indicators controlled by authority field 008/11 and 040$f.
15
            - pref: AuthorityControlledIndicators
15
            - pref: AuthorityControlledIndicators
16
              type: textarea
16
              type: textarea
Lines 28-34 Authorities: Link Here
28
              default: yes
28
              default: yes
29
              choices:
29
              choices:
30
                  yes: generate
30
                  yes: generate
31
                  no: "do not generate"
31
                  no: "don't generate"
32
            - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
32
            - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
33
        -
33
        -
34
            - When modifying an authority record, do not update attached bibliographic records if the number exceeds
34
            - When modifying an authority record, do not update attached bibliographic records if the number exceeds
Lines 70-76 Authorities: Link Here
70
            - pref: LinkerModule
70
            - pref: LinkerModule
71
              default: Default
71
              default: Default
72
              choices:
72
              choices:
73
                  Default: Default
73
                  Default: default
74
                  FirstMatch: "first match"
74
                  FirstMatch: "first match"
75
                  LastMatch: "last match"
75
                  LastMatch: "last match"
76
            - linker module for matching headings to authority records.
76
            - linker module for matching headings to authority records.
Lines 78-102 Authorities: Link Here
78
            - "Set the following options for the authority linker:"
78
            - "Set the following options for the authority linker:"
79
            - pref: LinkerOptions
79
            - pref: LinkerOptions
80
              class: multi
80
              class: multi
81
            - (separate options with |)
81
            - (separate options with |).
82
        -
82
        -
83
            - pref: LinkerRelink
83
            - pref: LinkerRelink
84
              default: yes
84
              default: yes
85
              choices:
85
              choices:
86
                  yes: Do
86
                  yes: Do
87
                  no: "Do not"
87
                  no: "Don't"
88
            - relink headings that have previously been linked to authority records.
88
            - relink headings that have previously been linked to authority records.
89
        -
89
        -
90
            - pref: LinkerKeepStale
90
            - pref: LinkerKeepStale
91
              default: no
91
              default: no
92
              choices:
92
              choices:
93
                  yes: Do
93
                  yes: Do
94
                  no: "Do not"
94
                  no: "Don't"
95
            - keep existing links to authority records for headings where the linker is unable to find a match.
95
            - keep existing links to authority records for headings where the linker is unable to find a match.
96
        -
96
        -
97
            - pref: CatalogModuleRelink
97
            - pref: CatalogModuleRelink
98
              default: no
98
              default: no
99
              choices:
99
              choices:
100
                  yes: Do
100
                  yes: Do
101
                  no: "Do not"
101
                  no: "Don't"
102
            - automatically relink headings that have previously been linked when saving records in the cataloging module.
102
            - automatically relink headings that have previously been linked when saving records in the cataloging module.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-11 / +11 lines)
Lines 25-31 Cataloging: Link Here
25
                  yes: Enable
25
                  yes: Enable
26
                  no: "Don't enable"
26
                  no: "Don't enable"
27
            - the advanced cataloging editor.
27
            - the advanced cataloging editor.
28
            - "<br/> NOTE:"
28
            - "<br/> <strong>NOTE:</strong>"
29
            - Currently does not include support for UNIMARC or NORMARC fixed fields.
29
            - Currently does not include support for UNIMARC or NORMARC fixed fields.
30
    Spine labels:
30
    Spine labels:
31
        -
31
        -
Lines 78-84 Cataloging: Link Here
78
        -
78
        -
79
            - Display MARC subfield
79
            - Display MARC subfield
80
            - pref: AlternateHoldingsField
80
            - pref: AlternateHoldingsField
81
            - "as holdings information for records that do not have items (This can contain multiple subfields to look in; for instance <code>852abhi</code> would look in 852 subfields a, b, h, and i.), with the subfields separated by"
81
            - "as holdings information for records that do not have items (this can contain multiple subfields to look in, for example <code>852abhi</code> would look in 852 subfields a, b, h, and i), with the subfields separated by"
82
            - pref: AlternateHoldingsSeparator
82
            - pref: AlternateHoldingsSeparator
83
            - "."
83
            - "."
84
        -
84
        -
Lines 137-143 Cataloging: Link Here
137
            - 'UNIMARC: "995$f 995$h 995$j"'
137
            - 'UNIMARC: "995$f 995$h 995$j"'
138
            - 'MARC21: "952$a 952$b 952$c"'
138
            - 'MARC21: "952$a 952$b 952$c"'
139
            - Note that the FA framework is excluded from the permission.
139
            - Note that the FA framework is excluded from the permission.
140
            - If the pref is empty, no fields are restricted.
140
            - If the system preference is empty, no fields are restricted.
141
        -
141
        -
142
            - Store record's creator borrowernumber in MARC subfield
142
            - Store record's creator borrowernumber in MARC subfield
143
            - pref: MarcFieldForCreatorId
143
            - pref: MarcFieldForCreatorId
Lines 148-154 Cataloging: Link Here
148
            - pref: MarcFieldForModifierId
148
            - pref: MarcFieldForModifierId
149
            - and record's last modifier name in MARC subfield
149
            - and record's last modifier name in MARC subfield
150
            - pref: MarcFieldForModifierName
150
            - pref: MarcFieldForModifierName
151
            - ". <br/>NOTE: Use a dollar sign between field and subfield like 123$a."
151
            - ". <br/><strong>NOTE:</strong> Use a dollar sign between field and subfield like 123$a."
152
    Display:
152
    Display:
153
        -
153
        -
154
            - 'Separate main entry and subdivisions with '
154
            - 'Separate main entry and subdivisions with '
Lines 245-251 Cataloging: Link Here
245
        -
245
        -
246
            - "Show the following fields for deleted records after a merge:"
246
            - "Show the following fields for deleted records after a merge:"
247
            - pref: MergeReportFields
247
            - pref: MergeReportFields
248
            - "<br />example: '001,245ab,600'"
248
            - ".<br />For example: '001,245ab,600'"
249
            - "displays:"
249
            - "displays:"
250
            - "<ul>"
250
            - "<ul>"
251
            - "<li>value of 001</li>"
251
            - "<li>value of 001</li>"
Lines 273-297 Cataloging: Link Here
273
273
274
    Exporting:
274
    Exporting:
275
        -
275
        -
276
            - Include following fields when exporting BibTeX,
276
            - "Include the following fields when exporting BibTeX:"
277
            - pref: BibtexExportAdditionalFields
277
            - pref: BibtexExportAdditionalFields
278
              type: textarea
278
              type: textarea
279
              syntax: text/x-yaml
279
              syntax: text/x-yaml
280
            - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )"
280
            - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )."
281
            - "<br/>"
281
            - "<br/>"
282
            - "To specificy multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )"
282
            - "To specify multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )."
283
            - "<br/>"
283
            - "<br/>"
284
            - "All values of repeating tags and subfields will be printed with the given BibTeX tag."
284
            - "All values of repeating tags and subfields will be printed with the given BibTeX tag."
285
            - "<br/>"
285
            - "<br/>"
286
            - "Use '@' ( with quotes ) as the BT_TAG to replace the bibtex record type with a field value of your choosing."
286
            - "Use '@' ( with quotes ) as the BT_TAG to replace the bibtex record type with a field value of your choosing."
287
        -
287
        -
288
            - Include following fields when exporting RIS
288
            - "Include the following fields when exporting RIS:"
289
            - pref: RisExportAdditionalFields
289
            - pref: RisExportAdditionalFields
290
              type: textarea
290
              type: textarea
291
              syntax: text/x-yaml
291
              syntax: text/x-yaml
292
            - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )"
292
            - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )."
293
            - "<br/>"
293
            - "<br/>"
294
            - "To specificy multiple MARC tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )"
294
            - "To specify multiple MARC tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )."
295
            - "<br/>"
295
            - "<br/>"
296
            - "All values of repeating tags and subfields will be printed with the given RIS tag."
296
            - "All values of repeating tags and subfields will be printed with the given RIS tag."
297
            - "<br/>"
297
            - "<br/>"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-30 / +30 lines)
Lines 126-132 Circulation: Link Here
126
            - pref: UpdateTotalIssuesOnCirc
126
            - pref: UpdateTotalIssuesOnCirc
127
              choices:
127
              choices:
128
                  yes: Do
128
                  yes: Do
129
                  no: "Do not"
129
                  no: "Don't"
130
            - update a bibliographic record's total checkouts count whenever an item is checked out (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total checkouts count).
130
            - update a bibliographic record's total checkouts count whenever an item is checked out (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total checkouts count).
131
        -
131
        -
132
            - pref: ExportCircHistory
132
            - pref: ExportCircHistory
Lines 137-154 Circulation: Link Here
137
        -
137
        -
138
            - "The following fields should be excluded from the patron checkout history CSV or MARC (ISO 2709) export:"
138
            - "The following fields should be excluded from the patron checkout history CSV or MARC (ISO 2709) export:"
139
            - pref: ExportRemoveFields
139
            - pref: ExportRemoveFields
140
            - (separate fields with space, e.g. 100a 200b 300c)
140
            - (separate fields with space, e.g. 100a 200b 300c).
141
        -
141
        -
142
            - pref: AllowOfflineCirculation
142
            - pref: AllowOfflineCirculation
143
              choices:
143
              choices:
144
                  yes: Enable
144
                  yes: Enable
145
                  no: "Do not enable"
145
                  no: "Don't enable"
146
            - "offline circulation on regular circulation computers. (<strong>NOTE:</strong> This system preference does not affect the Firefox add-on or the desktop application)."
146
            - "offline circulation on regular circulation computers. (<strong>NOTE:</strong> This system preference does not affect the Firefox add-on or the desktop application)."
147
        -
147
        -
148
            - pref: ShowAllCheckins
148
            - pref: ShowAllCheckins
149
              choices:
149
              choices:
150
                  yes: Show
150
                  yes: Show
151
                  no: "Do not show"
151
                  no: "Don't show"
152
            - all items in the "Checked-in items" list, even items that were not checked out.
152
            - all items in the "Checked-in items" list, even items that were not checked out.
153
        -
153
        -
154
            - pref: AllowCheckoutNotes
154
            - pref: AllowCheckoutNotes
Lines 186-192 Circulation: Link Here
186
            - pref: AutoRemoveOverduesRestrictions
186
            - pref: AutoRemoveOverduesRestrictions
187
              choices:
187
              choices:
188
                  yes: "Do"
188
                  yes: "Do"
189
                  no: "Do not"
189
                  no: "Don't"
190
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
190
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
191
        -
191
        -
192
            - pref: AllowNotForLoanOverride
192
            - pref: AllowNotForLoanOverride
Lines 199-205 Circulation: Link Here
199
              choices:
199
              choices:
200
                  yes: Allow
200
                  yes: Allow
201
                  no: "Don't allow"
201
                  no: "Don't allow"
202
            - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature with respect to the "No renewal before" setting in the circulation policy or has been scheduled for automatic renewal.
202
            - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature for the "No renewal before" setting in the circulation policy or has been scheduled for automatic renewal.
203
        -
203
        -
204
            - pref: AllowRenewalOnHoldOverride
204
            - pref: AllowRenewalOnHoldOverride
205
              choices:
205
              choices:
Lines 225-237 Circulation: Link Here
225
              choices:
225
              choices:
226
                  yes: Require
226
                  yes: Require
227
                  no: "Don't require"
227
                  no: "Don't require"
228
            - staff to manually override all fines, even fines less than set in system preference noissuescharge.
228
            - staff to manually override all fines, even fines less than set in the noissuescharge system preference.
229
        -
229
        -
230
            - pref: AllowFineOverride
230
            - pref: AllowFineOverride
231
              choices:
231
              choices:
232
                  yes: Allow
232
                  yes: Allow
233
                  no: "Don't allow"
233
                  no: "Don't allow"
234
            - staff to manually override and check out items to patrons who have more in fines than set in noissuescharge system preference.
234
            - staff to manually override and check out items to patrons who have more in fines than set in the noissuescharge system preference.
235
        -
235
        -
236
            - pref: AutomaticItemReturn
236
            - pref: AutomaticItemReturn
237
              choices:
237
              choices:
Lines 254-260 Circulation: Link Here
254
              choices:
254
              choices:
255
                  yes: Use
255
                  yes: Use
256
                  no: "Don't use"
256
                  no: "Don't use"
257
            - Transport cost matrix for calculating optimal holds filling between libraries.
257
            - the transport cost matrix for calculating optimal holds filling between libraries.
258
        -
258
        -
259
            - Use the checkout and fines rules of
259
            - Use the checkout and fines rules of
260
            - pref: CircControl
260
            - pref: CircControl
Lines 332-338 Circulation: Link Here
332
        -
332
        -
333
            - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
333
            - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
334
            - pref: AgeRestrictionMarker
334
            - pref: AgeRestrictionMarker
335
            - "E.g. enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an age restriction."
335
            - ". For example, enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an age restriction."
336
        -
336
        -
337
            - pref: AgeRestrictionOverride
337
            - pref: AgeRestrictionOverride
338
              choices:
338
              choices:
Lines 399-405 Circulation: Link Here
399
            - pref: RentalFeesCheckoutConfirmation
399
            - pref: RentalFeesCheckoutConfirmation
400
              choices:
400
              choices:
401
                  yes: ask
401
                  yes: ask
402
                  no: "do not ask"
402
                  no: "don't ask"
403
            - "for confirmation."
403
            - "for confirmation."
404
        -
404
        -
405
            - By default, set the LOST value of an item to
405
            - By default, set the LOST value of an item to
Lines 417-423 Circulation: Link Here
417
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
417
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
418
            - pref: DefaultLongOverdueChargeValue
418
            - pref: DefaultLongOverdueChargeValue
419
              class: integer
419
              class: integer
420
            - <br>Leave this field empty if you don't want to charge the user for lost items.
420
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
421
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
421
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
422
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
422
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
423
        -
423
        -
Lines 462-468 Circulation: Link Here
462
              choices:
462
              choices:
463
                  yes: Enable
463
                  yes: Enable
464
                  no: Disable
464
                  no: Disable
465
            - the on-site for all cases (Even if a user is debarred, etc.).
465
            - the on-site checkout for all cases (even if a patron is debarred, etc.).
466
        -
466
        -
467
            - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
467
            - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
468
              choices:
468
              choices:
Lines 486-496 Circulation: Link Here
486
                  blockitem: block renewing only for this item.
486
                  blockitem: block renewing only for this item.
487
                  block: block renewing for all the patron's items.
487
                  block: block renewing for all the patron's items.
488
        -
488
        -
489
            - If patron is restricted,
489
            - If a patron is restricted,
490
            - pref: RestrictionBlockRenewing
490
            - pref: RestrictionBlockRenewing
491
              choices:
491
              choices:
492
                  yes: Block
492
                  yes: block
493
                  no: Allow
493
                  no: allow
494
            - renewing of items.
494
            - renewing of items.
495
        -
495
        -
496
            - If a patron owes more than the value of OPACFineNoRenewals,
496
            - If a patron owes more than the value of OPACFineNoRenewals,
Lines 521-530 Circulation: Link Here
521
            - Define custom rules to deny specific items from renewal.
521
            - Define custom rules to deny specific items from renewal.
522
            - "<br />Can name any field in the items table followed by a colon then a space then"
522
            - "<br />Can name any field in the items table followed by a colon then a space then"
523
            - "a bracketed list of values separated by commas."
523
            - "a bracketed list of values separated by commas."
524
            - "e.g."
524
            - "For example:"
525
            - "<br />ccode: [NEWFIC,NULL,DVD]"
525
            - "<br />ccode: [NEWFIC,NULL,DVD]"
526
            - "<br />itype: [NEWBK,\"\"]"
526
            - "<br />itype: [NEWBK,\"\"]"
527
            - "<br /> 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."
527
            - "<br /> <strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
528
    Checkin policy:
528
    Checkin policy:
529
        -
529
        -
530
            - pref: TrapHoldsOnOrder
530
            - pref: TrapHoldsOnOrder
Lines 568-575 Circulation: Link Here
568
                  yes: Do
568
                  yes: Do
569
                  no: "Don't"
569
                  no: "Don't"
570
            - calculate and update overdue charges when an item is returned.
570
            - calculate and update overdue charges when an item is returned.
571
            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
571
            - "<br /><strong>NOTE:</strong> If you are doing hourly loans then you should have this on."
572
            - "<br /><strong>NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'</strong>"
572
            - "<br /><strong>NOTE:</strong> This system preference requires FinesMode to be set to 'Calculate and charge.'"
573
        -
573
        -
574
            - pref: CalculateFinesOnBackdate
574
            - pref: CalculateFinesOnBackdate
575
              choices:
575
              choices:
Lines 590-596 Circulation: Link Here
590
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
590
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
591
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
591
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
592
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
592
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
593
            - "Note: PROC and CART are special values, for these locations only can location and permanent_location differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
593
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
594
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
594
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
595
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
595
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
596
        -
596
        -
Lines 599-605 Circulation: Link Here
599
              syntax: text/x-yaml
599
              syntax: text/x-yaml
600
              class: code
600
              class: code
601
            - 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
601
            - 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
602
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
602
            - "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."
603
            - Each pair of values should be on a separate line.
603
            - Each pair of values should be on a separate line.
604
        -
604
        -
605
            - pref: CumulativeRestrictionPeriods
605
            - pref: CumulativeRestrictionPeriods
Lines 625-631 Circulation: Link Here
625
              choices:
625
              choices:
626
                  yes: Store
626
                  yes: Store
627
                  no: "Don't store"
627
                  no: "Don't store"
628
            - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron system preferences.
628
            - the last patron to return an item. This setting is independent of the opacreadinghistory and AnonymousPatron system preferences.
629
    Holds policy:
629
    Holds policy:
630
        -
630
        -
631
            - In the staff interface, split the holds queue into separate tables by
631
            - In the staff interface, split the holds queue into separate tables by
Lines 893-906 Circulation: Link Here
893
              choices:
893
              choices:
894
                  yes: Enable
894
                  yes: Enable
895
                  no: Disable
895
                  no: Disable
896
            - the circulation of ILL requested items
896
            - the circulation of ILL requested items.
897
        -
897
        -
898
            - pref: ILLCheckAvailability
898
            - pref: ILLCheckAvailability
899
              default: 0
899
              default: 0
900
              choices:
900
              choices:
901
                  yes: Check
901
                  yes: Check
902
                  no: Don't check
902
                  no: "Don't check"
903
            - external sources for availability during the request process
903
            - external sources for availability during the request process.
904
        -
904
        -
905
            - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
905
            - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
906
            - pref: ILLHiddenRequestStatuses
906
            - pref: ILLHiddenRequestStatuses
Lines 989-995 Circulation: Link Here
989
              choices:
989
              choices:
990
                  yes: Enable
990
                  yes: Enable
991
                  no: "Don't enable"
991
                  no: "Don't enable"
992
            - "the standalone self check-in module. (available at: /cgi-bin/koha/sci/sci-main.pl)"
992
            - "the standalone self check-in module (available at: /cgi-bin/koha/sci/sci-main.pl)."
993
        -
993
        -
994
            - "Reset the current self check-in screen after"
994
            - "Reset the current self check-in screen after"
995
            - pref: SelfCheckInTimeout
995
            - pref: SelfCheckInTimeout
Lines 1037-1043 Circulation: Link Here
1037
              choices:
1037
              choices:
1038
                  yes: Enable
1038
                  yes: Enable
1039
                  no: "Don't enable"
1039
                  no: "Don't enable"
1040
            - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
1040
            - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1041
        -
1041
        -
1042
            - Have patrons log into the web-based self checkout system with their
1042
            - Have patrons log into the web-based self checkout system with their
1043
            - pref: SelfCheckoutByLogin
1043
            - pref: SelfCheckoutByLogin
Lines 1067-1073 Circulation: Link Here
1067
              choices:
1067
              choices:
1068
                  yes: Allow
1068
                  yes: Allow
1069
                  no: "Don't allow"
1069
                  no: "Don't allow"
1070
            - "the web-based self checkout system to automatically login with this staff login"
1070
            - "the web-based self checkout system to automatically log in with this staff login"
1071
            - pref: AutoSelfCheckID
1071
            - pref: AutoSelfCheckID
1072
            - and this password
1072
            - and this password
1073
            - pref: AutoSelfCheckPass
1073
            - pref: AutoSelfCheckPass
Lines 1101-1107 Circulation: Link Here
1101
        -
1101
        -
1102
            - "Patron categories allowed to checkout in a batch:"
1102
            - "Patron categories allowed to checkout in a batch:"
1103
            - pref: BatchCheckoutsValidCategories
1103
            - pref: BatchCheckoutsValidCategories
1104
            - "(list of patron categories separated with a pipe '|')"
1104
            - "(list of patron categories separated with a pipe '|')."
1105
    Housebound module:
1105
    Housebound module:
1106
        -
1106
        -
1107
            - pref: HouseboundModule
1107
            - pref: HouseboundModule
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-3 / +7 lines)
Lines 71-81 Enhanced content: Link Here
71
                  no: "Don't"
71
                  no: "Don't"
72
            - include information (such as reviews and citations) from Babelthèque in item detail pages on the OPAC.
72
            - include information (such as reviews and citations) from Babelthèque in item detail pages on the OPAC.
73
        -
73
        -
74
            - "Use this URL for the Babelthèque javascript file: "
74
            - pref: Babeltheque_url_js
75
            - pref: Babeltheque_url_js
75
            - Defined the URL for the Babeltheque javascript file (eg. http://www.babeltheque.com/bw_XX.js)
76
              class: url
77
            - (e.g. http://www.babeltheque.com/bw_XX.js).
76
        -
78
        -
79
            - "Use this URL for the Babelthèque periodic update: "
77
            - pref: Babeltheque_url_update
80
            - pref: Babeltheque_url_update
78
            - Defined the URL for the Babeltheque update periodically (eq. http://www.babeltheque.com/.../file.csv.bz2).
81
              class: url
82
            - (e.g. http://www.babeltheque.com/.../file.csv.bz2).
79
    Baker and Taylor:
83
    Baker and Taylor:
80
        -
84
        -
81
            - pref: BakerTaylorEnabled
85
            - pref: BakerTaylorEnabled
Lines 132-138 Enhanced content: Link Here
132
                  no: "Don't add"
136
                  no: "Don't add"
133
            - Novelist Select content to the staff interface (requires that you have entered in a user profile and password, which can be seen in image links).
137
            - Novelist Select content to the staff interface (requires that you have entered in a user profile and password, which can be seen in image links).
134
        -
138
        -
135
            - Display Novelist Select staff content
139
            - Display Novelist Select staff interface content
136
            - pref: NovelistSelectStaffView
140
            - pref: NovelistSelectStaffView
137
              choices:
141
              choices:
138
                  tab: in a tab
142
                  tab: in a tab
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref (-2 / +2 lines)
Lines 8-14 I18N/L10N: Link Here
8
              metric: dd/mm/yyyy
8
              metric: dd/mm/yyyy
9
              dmydot: dd.mm.yyyy
9
              dmydot: dd.mm.yyyy
10
              iso: yyyy-mm-dd
10
              iso: yyyy-mm-dd
11
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
11
        - . <br/> <strong>NOTE:</strong> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
12
    -
12
    -
13
        - Format times in
13
        - Format times in
14
        - pref: TimeFormat
14
        - pref: TimeFormat
Lines 16-22 I18N/L10N: Link Here
16
          choices:
16
          choices:
17
              24hr: 24 hour format ( e.g. "14:18" )
17
              24hr: 24 hour format ( e.g. "14:18" )
18
              12hr: 12 hour format ( e.g. "02:18 PM" )
18
              12hr: 12 hour format ( e.g. "02:18 PM" )
19
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
19
        - . <br/> <strong>NOTE:</strong> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
20
    -
20
    -
21
        - Use
21
        - Use
22
        - pref: CalendarFirstDayOfWeek
22
        - pref: CalendarFirstDayOfWeek
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref (-4 / +4 lines)
Lines 83-95 Logging: Link Here
83
              choices:
83
              choices:
84
                  on: Log
84
                  on: Log
85
                  off: "Don't log"
85
                  off: "Don't log"
86
            - " authentication failures"
86
            - " authentication failures."
87
        -
87
        -
88
            - pref: AuthSuccessLog
88
            - pref: AuthSuccessLog
89
              choices:
89
              choices:
90
                  on: Log
90
                  on: Log
91
                  off: "Don't log"
91
                  off: "Don't log"
92
            - " successful authentications"
92
            - " successful authentications."
93
93
94
    Debugging:
94
    Debugging:
95
        -
95
        -
Lines 97-109 Logging: Link Here
97
              choices:
97
              choices:
98
                  on: Do
98
                  on: Do
99
                  off: "Don't"
99
                  off: "Don't"
100
            - dump all Template Toolkit variable to a comment in the HTML source for the staff intranet.
100
            - dump all Template Toolkit variables to a comment in the HTML source for the staff interface.
101
        -
101
        -
102
            - pref: DumpTemplateVarsOpac
102
            - pref: DumpTemplateVarsOpac
103
              choices:
103
              choices:
104
                  on: Do
104
                  on: Do
105
                  off: "Don't"
105
                  off: "Don't"
106
            - dump all Template Toolkit variable to a comment in the HTML source for the OPAC.
106
            - dump all Template Toolkit variables to a comment in the HTML source for the OPAC.
107
        -
107
        -
108
            - pref: DumpSearchQueryTemplate
108
            - pref: DumpSearchQueryTemplate
109
              choices:
109
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-46 / +34 lines)
Lines 5-11 OPAC: Link Here
5
              choices:
5
              choices:
6
                  yes: Show
6
                  yes: Show
7
                  no: "Don't show"
7
                  no: "Don't show"
8
            - "a summary of a logged in user's checkouts, overdues, holds and fines on the OPAC start page."
8
            - "a summary of a logged in patron's checkouts, overdues, holds and charges on the OPAC start page."
9
        -
9
        -
10
            - For search results in the OPAC, show the item's
10
            - For search results in the OPAC, show the item's
11
            - pref: OPACResultsLibrary
11
            - pref: OPACResultsLibrary
Lines 52-63 OPAC: Link Here
52
              choices:
52
              choices:
53
                  PatronBranch: "patron's home library"
53
                  PatronBranch: "patron's home library"
54
                  OpacURLBranch: "OPAC's library via the URL"
54
                  OpacURLBranch: "OPAC's library via the URL"
55
            - " by moving the results to the front and increasing the size or highlighting the rows for those results. (Non-XSLT Only)"
55
            - " by moving the results to the front and increasing the size or highlighting the rows for those results (non-XSLT only)."
56
        -
56
        -
57
            - "Show star-ratings on"
57
            - "Show star-ratings on"
58
            - pref: OpacStarRatings
58
            - pref: OpacStarRatings
59
              choices:
59
              choices:
60
                  all: "results, details, and user"
60
                  all: "results, details, and patron"
61
                  disable: "no"
61
                  disable: "no"
62
                  details: "only details"
62
                  details: "only details"
63
            - "pages."
63
            - "pages."
Lines 74-80 OPAC: Link Here
74
              syntax: text/html
74
              syntax: text/html
75
              class: code
75
              class: code
76
        -
76
        -
77
            - By default, show bib records
77
            - By default, show bibliographic records
78
            - pref: BiblioDefaultView
78
            - pref: BiblioDefaultView
79
              choices:
79
              choices:
80
                  normal: in simple form.
80
                  normal: in simple form.
Lines 97-113 OPAC: Link Here
97
            - 'Display lists in the OPAC using XSLT stylesheet at: '
97
            - 'Display lists in the OPAC using XSLT stylesheet at: '
98
            - pref: OPACXSLTListsDisplay
98
            - pref: OPACXSLTListsDisplay
99
              class: file
99
              class: file
100
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
100
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
101
        -
101
        -
102
            - 'Display OPAC results using XSLT stylesheet at: '
102
            - 'Display OPAC results using XSLT stylesheet at: '
103
            - pref: OPACXSLTResultsDisplay
103
            - pref: OPACXSLTResultsDisplay
104
              class: file
104
              class: file
105
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
105
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
106
        -
106
        -
107
            - 'Display OPAC details using XSLT stylesheet at: '
107
            - 'Display OPAC details using XSLT stylesheet at: '
108
            - pref: OPACXSLTDetailsDisplay
108
            - pref: OPACXSLTDetailsDisplay
109
              class: file
109
              class: file
110
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
110
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
111
        -
111
        -
112
            - "Show itemtype icons in the OPAC: "
112
            - "Show itemtype icons in the OPAC: "
113
            - pref: OpacNoItemTypeImages
113
            - pref: OpacNoItemTypeImages
Lines 133-139 OPAC: Link Here
133
            - pref: OPACShowUnusedAuthorities
133
            - pref: OPACShowUnusedAuthorities
134
              choices:
134
              choices:
135
                  yes: Show
135
                  yes: Show
136
                  no: "Do not show"
136
                  no: "Don't show"
137
            - unused authorities in the OPAC authority browser.
137
            - unused authorities in the OPAC authority browser.
138
        -
138
        -
139
            - pref: OPACShowHoldQueueDetails
139
            - pref: OPACShowHoldQueueDetails
Lines 201-210 OPAC: Link Here
201
              choices:
201
              choices:
202
                  yes: Highlight
202
                  yes: Highlight
203
                  no: "Don't highlight"
203
                  no: "Don't highlight"
204
            - "words the patron searched for in their search results and detail pages; To prevent certain words from ever being highlighted, enter a list of stopwords here:"
204
            - "words the patron searched for in their search results and detail pages. To prevent certain words from ever being highlighted, enter a list of stopwords here:"
205
            - pref: NotHighlightedWords
205
            - pref: NotHighlightedWords
206
              class: multi
206
              class: multi
207
            - (separate columns with |)
207
            - (separate columns with |).
208
        -
208
        -
209
            - Use the image at
209
            - Use the image at
210
            - pref: OpacFavicon
210
            - pref: OpacFavicon
Lines 220-226 OPAC: Link Here
220
            - Include the additional CSS stylesheet
220
            - Include the additional CSS stylesheet
221
            - pref: OpacAdditionalStylesheet
221
            - pref: OpacAdditionalStylesheet
222
              class: file
222
              class: file
223
            - to override specified settings from the default stylesheet (leave blank to disable). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
223
            - to override specific settings from the default stylesheet (leave blank to disable). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
224
        -
224
        -
225
            - Use the CSS stylesheet
225
            - Use the CSS stylesheet
226
            - pref: opaclayoutstylesheet
226
            - pref: opaclayoutstylesheet
Lines 257-263 OPAC: Link Here
257
              type: textarea
257
              type: textarea
258
              class: code
258
              class: code
259
        -
259
        -
260
            - 'Include a "Links" column on the "my summary" and "my reading history" tabs when a user is logged in to the OPAC, with the following HTML (leave blank to disable):'
260
            - 'Include a "Links" column on the "my summary" and "my reading history" tabs when a patron is logged in to the OPAC, with the following HTML (leave blank to disable):'
261
            - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
261
            - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
262
            - pref: OPACMySummaryHTML
262
            - pref: OPACMySummaryHTML
263
              type: textarea
263
              type: textarea
Lines 291-300 OPAC: Link Here
291
            - 'Display the URI in the 856u field as an image on: '
291
            - 'Display the URI in the 856u field as an image on: '
292
            - pref: OPACDisplay856uAsImage
292
            - pref: OPACDisplay856uAsImage
293
              choices:
293
              choices:
294
                  OFF: "Neither detail or result pages"
294
                  OFF: "neither detail or result pages"
295
                  Details: "Detail page only"
295
                  Details: "detail page only"
296
                  Results: "Result page only"
296
                  Results: "result page only"
297
                  Both: "Both detail and result pages"
297
                  Both: "both detail and result pages"
298
            - '. Note: The corresponding OPACXSLT option must be turned on.'
298
            - '. Note: The corresponding OPACXSLT option must be turned on.'
299
        -
299
        -
300
            - 'Select export options that should be available from OPAC detail page:'
300
            - 'Select export options that should be available from OPAC detail page:'
Lines 319-332 OPAC: Link Here
319
              choices:
319
              choices:
320
                homebranch: 'home library'
320
                homebranch: 'home library'
321
                holdingbranch: 'holding library'
321
                holdingbranch: 'holding library'
322
            - "is the logged in user's library. The second tab will contain all other items."
322
            - "is the logged in patrons's library. The second tab will contain all other items."
323
        -
323
        -
324
            - pref: OPACHoldingsDefaultSortField
324
            - pref: OPACHoldingsDefaultSortField
325
              choices:
325
              choices:
326
                  first_column: First column of the table
326
                  first_column: First column of the table
327
                  homebranch: Home library
327
                  homebranch: Home library
328
                  holdingbranch: Holding library
328
                  holdingbranch: Holding library
329
            - "is the default sort field for the holdings table"
329
            - "is the default sort field for the holdings table."
330
        -
330
        -
331
            - pref: OpacSuggestionManagedBy
331
            - pref: OpacSuggestionManagedBy
332
              choices:
332
              choices:
Lines 337-343 OPAC: Link Here
337
            - Display up to
337
            - Display up to
338
            - pref: OpacMaxItemsToDisplay
338
            - pref: OpacMaxItemsToDisplay
339
              class: integer
339
              class: integer
340
            - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the user to choose to display all items).
340
            - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the patron to choose to display all items).
341
        -
341
        -
342
            - "Display language selector on "
342
            - "Display language selector on "
343
            - pref: OpacLangSelectorMode
343
            - pref: OpacLangSelectorMode
Lines 377-389 OPAC: Link Here
377
                  no: "Don't allow"
377
                  no: "Don't allow"
378
            - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
378
            - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
379
        -
379
        -
380
            - "Library users are "
380
            - "Library patrons are "
381
            - pref: OpacResetPassword
381
            - pref: OpacResetPassword
382
              default: 1
382
              default: 1
383
              choices:
383
              choices:
384
                  yes: "allowed"
384
                  yes: "allowed"
385
                  no: "not allowed"
385
                  no: "not allowed"
386
            - " to recover their password via e-mail in the OPAC"
386
            - " to recover their password via e-mail in the OPAC."
387
        -
387
        -
388
            - pref: OPACpatronimages
388
            - pref: OPACpatronimages
389
              choices:
389
              choices:
Lines 394-420 OPAC: Link Here
394
            - pref: OPACDetailQRCode
394
            - pref: OPACDetailQRCode
395
              choices:
395
              choices:
396
                  yes: Enable
396
                  yes: Enable
397
                  no: "Don't enable"
397
                  no: Disable
398
            - the option to show a QR Code on the OPAC bibliographic detail page.
398
            - the option to show a QR Code on the OPAC bibliographic detail page.
399
        -
399
        -
400
            - pref: OPACFinesTab
400
            - pref: OPACFinesTab
401
              choices:
401
              choices:
402
                  yes: Allow
402
                  yes: Allow
403
                  no: "Don't allow"
403
                  no: "Don't allow"
404
            - patrons to access the Fines tab on the My Account page on the OPAC.
404
            - patrons to access the charges tab on their account page on the OPAC.
405
        -
405
        -
406
            - pref: OpacBrowser
406
            - pref: OpacBrowser
407
              choices:
407
              choices:
408
                  yes: Allow
408
                  yes: Allow
409
                  no: "Don't allow"
409
                  no: "Don't allow"
410
            - "patrons to browse subject authorities on OPAC."
410
            - "patrons to browse subject authorities on the OPAC."
411
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
411
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
412
        -
412
        -
413
            - pref: OpacCloud
413
            - pref: OpacCloud
414
              choices:
414
              choices:
415
                  yes: Show
415
                  yes: Show
416
                  no: "Don't show"
416
                  no: "Don't show"
417
            - "a subject cloud on OPAC."
417
            - "a subject cloud on the OPAC."
418
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
418
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
419
        -
419
        -
420
            - pref: OpacAuthorities
420
            - pref: OpacAuthorities
Lines 483-489 OPAC: Link Here
483
                email: Email
483
                email: Email
484
                twitter: Twitter
484
                twitter: Twitter
485
485
486
            - "social network links in opac detail pages."
486
            - "social network links on the OPAC detail pages."
487
        -
487
        -
488
            - pref: OpacBrowseResults
488
            - pref: OpacBrowseResults
489
              default: 1
489
              default: 1
Lines 510-517 OPAC: Link Here
510
              default: 0
510
              default: 0
511
              choices:
511
              choices:
512
                  yes: Allow
512
                  yes: Allow
513
                  no: Do not allow
513
                  no: "Don't allow"
514
            - users to add a note when placing a hold.
514
            - patrons to add a note when placing a hold.
515
        -
515
        -
516
            - pref: OPACAcquisitionDetails
516
            - pref: OPACAcquisitionDetails
517
              default: 0
517
              default: 0
Lines 538-544 OPAC: Link Here
538
              choices:
538
              choices:
539
                  yes: Enable
539
                  yes: Enable
540
                  no: Disable
540
                  no: Disable
541
            - "(Elasticsearch only) Enable the interface allowing to browse all holdings."
541
            - "interface for browsing all holdings (Elasticsearch only)."
542
    OpenURL:
542
    OpenURL:
543
        -
543
        -
544
            - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
544
            - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
Lines 573-590 OPAC: Link Here
573
                  yes: Limit
573
                  yes: Limit
574
                  no: "Don't limit"
574
                  no: "Don't limit"
575
            - "patrons' searches to the library they are registered at."
575
            - "patrons' searches to the library they are registered at."
576
#        -
577
#            This system preference does not actually affect anything
578
#            - pref: OpacBrowser
579
#              choices:
580
#                  yes: Show
581
#                  no: "Don't show"
582
#            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
583
#        -
584
#            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
585
#            - pref: OpacCloud
586
#              choices:
587
#            - If ON, enables subject cloud on OPAC
588
        -
576
        -
589
            - pref: OpacRenewalAllowed
577
            - pref: OpacRenewalAllowed
590
              choices:
578
              choices:
Lines 611-617 OPAC: Link Here
611
              choices:
599
              choices:
612
                  yes: Include
600
                  yes: Include
613
                  no: "Don't include"
601
                  no: "Don't include"
614
            - "outstanding/unapplied credits when applying the OPACFineNoRenewals rule to users."
602
            - "outstanding/unapplied credits when applying the OPACFineNoRenewals rule to patrons."
615
        -
603
        -
616
            - pref: OPACViewOthersSuggestions
604
            - pref: OPACViewOthersSuggestions
617
              choices:
605
              choices:
Lines 833-839 OPAC: Link Here
833
            - pref: PatronSelfRegistrationEmailMustBeUnique
821
            - pref: PatronSelfRegistrationEmailMustBeUnique
834
              choices:
822
              choices:
835
                  yes: "Consider"
823
                  yes: "Consider"
836
                  no: "Do not consider"
824
                  no: "Don't consider"
837
            - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database."
825
            - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database."
838
        -
826
        -
839
            - "Enable the self registration for the following libraries:"
827
            - "Enable the self registration for the following libraries:"
Lines 844-857 OPAC: Link Here
844
            - pref: PatronSelfRegistrationPrefillForm
832
            - pref: PatronSelfRegistrationPrefillForm
845
              choices:
833
              choices:
846
                  yes: "Display and prefill"
834
                  yes: "Display and prefill"
847
                  no: "Do not display and prefill"
835
                  no: "Don't display and prefill"
848
            - "password and login form after a patron has self registered."
836
            - "password and login form after a patron has self registered."
849
        -
837
        -
850
            - pref: PatronSelfRegistrationConfirmEmail
838
            - pref: PatronSelfRegistrationConfirmEmail
851
              choices:
839
              choices:
852
                  yes: Require
840
                  yes: Require
853
                  no: "Do not require"
841
                  no: "Don't require"
854
            - users to confirm their email address by entering it twice.
842
            - patrons to confirm their email address by entering it twice.
855
        -
843
        -
856
            - pref: OPACPatronDetails
844
            - pref: OPACPatronDetails
857
              choices:
845
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-7 / +7 lines)
Lines 93-99 Patrons: Link Here
93
           choices:
93
           choices:
94
               yes: Allow patrons
94
               yes: Allow patrons
95
               no: Allow only staff
95
               no: Allow only staff
96
         - "to allow/disallow auto-renewal for account. If allowed a patron will be able to update their own account to allow/disallow auto-renewal"
96
         - "to allow/disallow auto-renewal for account. If allowed a patron will be able to update their own account to allow/disallow auto-renewal."
97
    Membership expiry:
97
    Membership expiry:
98
     -
98
     -
99
         - When renewing borrowers, base the new expiry date on
99
         - When renewing borrowers, base the new expiry date on
Lines 119-125 Patrons: Link Here
119
           choices:
119
           choices:
120
               yes: Allow
120
               yes: Allow
121
               no: "Don't allow"
121
               no: "Don't allow"
122
         - "Staff to manage which notices patrons will receive and when they will receive them."
122
         - "staff to manage which notices patrons will receive and when they will receive them."
123
         - "<br><strong>NOTE:</strong> This only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC."
123
         - "<br><strong>NOTE:</strong> This only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC."
124
         - "<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."
124
         - "<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."
125
     -
125
     -
Lines 176-182 Patrons: Link Here
176
           choices:
176
           choices:
177
               yes: Enable
177
               yes: Enable
178
               no: Disable
178
               no: Disable
179
         - Send purchase suggestion messages by SMS if no patron email is defined.
179
         - sending purchase suggestion messages by SMS if no patron email is defined.
180
    Patron forms:
180
    Patron forms:
181
     -
181
     -
182
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
182
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
Lines 222-228 Patrons: Link Here
222
         - "When adding new patrons or editing existing patrons, collapse the following fields from the full form (can still be expanded later):"
222
         - "When adding new patrons or editing existing patrons, collapse the following fields from the full form (can still be expanded later):"
223
         - pref: CollapseFieldsPatronAddForm
223
         - pref: CollapseFieldsPatronAddForm
224
           multiple:
224
           multiple:
225
               identity: "Organization/Patron identity"
225
               identity: "Patron identity"
226
               guarantor: "Guarantor information"
226
               guarantor: "Guarantor information"
227
               primary_address: "Main address"
227
               primary_address: "Main address"
228
               primary_contact: "Contact information"
228
               primary_contact: "Contact information"
Lines 230-236 Patrons: Link Here
230
               alt_contact: "Alternate contact"
230
               alt_contact: "Alternate contact"
231
               lib_mgmt: "Library management"
231
               lib_mgmt: "Library management"
232
               lib_setup: "Library setup"
232
               lib_setup: "Library setup"
233
               login: "OPAC/Staff login"
233
               login: "OPAC/Staff interface login"
234
               flags: "Patron account flags (existing patrons)"
234
               flags: "Patron account flags (existing patrons)"
235
               debarments: "Patron restrictions (existing patrons)"
235
               debarments: "Patron restrictions (existing patrons)"
236
               housebound: "Housebound roles"
236
               housebound: "Housebound roles"
Lines 283-289 Patrons: Link Here
283
               country: "Main address - Country"
283
               country: "Main address - Country"
284
               state: "Main address - State"
284
               state: "Main address - State"
285
               zipcode: "Main address - ZIP/Postal code"
285
               zipcode: "Main address - ZIP/Postal code"
286
               streetnumber: "Main address - street number"
286
               streetnumber: "Main address - Street number"
287
     -
287
     -
288
         - pref: AllowStaffToSetCheckoutsVisibilityForGuarantor
288
         - pref: AllowStaffToSetCheckoutsVisibilityForGuarantor
289
           choices:
289
           choices:
Lines 331-337 Patrons: Link Here
331
               yes: "Require"
331
               yes: "Require"
332
               no: "Don't require"
332
               no: "Don't require"
333
         - a strong password for staff and patrons
333
         - a strong password for staff and patrons
334
         - (Must contain at least one digit, one lowercase and one uppercase).
334
         - (must contain at least one digit, one lowercase and one uppercase).
335
     -
335
     -
336
         - Block a patron's account if it reaches
336
         - Block a patron's account if it reaches
337
         - pref: FailedLoginAttempts
337
         - pref: FailedLoginAttempts
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-2 / +2 lines)
Lines 95-101 Searching: Link Here
95
                   no : "Don't add"
95
                   no : "Don't add"
96
            - search history of the unlogged user to the next patron logging in.
96
            - search history of the unlogged user to the next patron logging in.
97
        -
97
        -
98
            - Show tabs in OPAC and staff-side advanced search for limiting searches on the
98
            - Show tabs in the OPAC and staff interface advanced search for limiting searches on the
99
            - pref: AdvancedSearchTypes
99
            - pref: AdvancedSearchTypes
100
              class: long
100
              class: long
101
            - "fields (separate values with |). Tabs appear in the order listed.<br/>"
101
            - "fields (separate values with |). Tabs appear in the order listed.<br/>"
Lines 113-119 Searching: Link Here
113
              choices:
113
              choices:
114
                  yes: show
114
                  yes: show
115
                  no: "don't show"
115
                  no: "don't show"
116
            - '"More options" on the OPAC and staff advanced search pages.'
116
            - '"More options" on the OPAC and staff interface advanced search pages.'
117
        -
117
        -
118
            - By default,
118
            - By default,
119
            - pref: OPACNumbersPreferPhrase
119
            - pref: OPACNumbersPreferPhrase
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref (-4 / +4 lines)
Lines 26-32 Serials: Link Here
26
              no: "Don't place"
26
              no: "Don't place"
27
        - received serials on hold if they are on a routing list.
27
        - received serials on hold if they are on a routing list.
28
    -
28
    -
29
        - 'Include following note on all routing lists:'
29
        - "Include the following note on all routing lists:"
30
        - pref: RoutingListNote
30
        - pref: RoutingListNote
31
          type: textarea
31
          type: textarea
32
          class: code
32
          class: code
Lines 54-64 Serials: Link Here
54
        - pref: makePreviousSerialAvailable
54
        - pref: makePreviousSerialAvailable
55
          choices:
55
          choices:
56
            yes: Make
56
            yes: Make
57
            no: Do not make
57
            no: Don't make
58
        - 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 syspref must be set to specific item.
58
        - 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.
59
    -
59
    -
60
        - pref: PreserveSerialNotes
60
        - pref: PreserveSerialNotes
61
          choices:
61
          choices:
62
            yes: Do
62
            yes: Do
63
            no: Do not
63
            no: Don't
64
        - prefill the notes from the last 'Arrived' serial when generating the next 'Expected' issue.
64
        - prefill the notes from the last 'Arrived' serial when generating the next 'Expected' issue.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-1 / +1 lines)
Lines 66-72 Staff interface: Link Here
66
            - Use the image at
66
            - Use the image at
67
            - pref: IntranetFavicon
67
            - pref: IntranetFavicon
68
              class: url
68
              class: url
69
            - for the Staff interface's favicon. (This should be a complete URL, starting with <code>http://</code>.)
69
            - for the staff interface's favicon. (This should be a complete URL, starting with <code>http://</code>.)
70
        -
70
        -
71
            - 'Display lists in the staff interface using XSLT stylesheet at: '
71
            - 'Display lists in the staff interface using XSLT stylesheet at: '
72
            - pref: XSLTListsDisplay
72
            - pref: XSLTListsDisplay
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-1 / +1 lines)
Lines 55-58 Tools: Link Here
55
            - By default, show
55
            - By default, show
56
            - pref: NumSavedReports
56
            - pref: NumSavedReports
57
              class: integer
57
              class: integer
58
            - reports on the Saved reports page.
58
            - reports on the saved reports page.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-1 / +1 lines)
Lines 115-119 Web services: Link Here
115
              choices:
115
              choices:
116
                yes: Enable
116
                yes: Enable
117
                no: Disable
117
                no: Disable
118
            - the IdRef web service from the OPAC detail page. IdRef allows to request authorities from the Sudoc database.
118
            - the IdRef web service from the OPAC detail page. IdRef allows requests for authorities from the Sudoc database.
119
            - Please note that this feature is available only for UNIMARC.
119
            - Please note that this feature is available only for UNIMARC.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-6 / +5 lines)
Lines 182-188 legend:hover { Link Here
182
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
182
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
183
                                [% FOREACH field IN fieldstohide.split(',') %]
183
                                [% FOREACH field IN fieldstohide.split(',') %]
184
                                    [% SWITCH field %]
184
                                    [% SWITCH field %]
185
                                        [% CASE 'identity' %] Organization/Patron identity |
185
                                        [% CASE 'identity' %] Patron identity |
186
                                        [% CASE 'guarantor' %] Guarantor information |
186
                                        [% CASE 'guarantor' %] Guarantor information |
187
                                        [% CASE 'primary_address' %] Main address |
187
                                        [% CASE 'primary_address' %] Main address |
188
                                        [% CASE 'primary_contact' %] Contact information |
188
                                        [% CASE 'primary_contact' %] Contact information |
Lines 190-196 legend:hover { Link Here
190
                                        [% CASE 'alt_contact' %] Alternate contact |
190
                                        [% CASE 'alt_contact' %] Alternate contact |
191
                                        [% CASE 'lib_mgmt' %] Library management |
191
                                        [% CASE 'lib_mgmt' %] Library management |
192
                                        [% CASE 'lib_setup' %] Library setup |
192
                                        [% CASE 'lib_setup' %] Library setup |
193
                                        [% CASE 'login' %] OPAC/Staff login |
193
                                        [% CASE 'login' %] OPAC/Staff interface login |
194
                                        [% CASE 'flags' %] Patron account flags |
194
                                        [% CASE 'flags' %] Patron account flags |
195
                                        [% CASE 'debarments' %] Patron restrictions |
195
                                        [% CASE 'debarments' %] Patron restrictions |
196
                                        [% CASE 'housebound' %] Housebound roles |
196
                                        [% CASE 'housebound' %] Housebound roles |
Lines 633-639 legend:hover { Link Here
633
633
634
                                [% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %]
634
                                [% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %]
635
                                    <fieldset class="rows" id="memberentry_contact">
635
                                    <fieldset class="rows" id="memberentry_contact">
636
                                        <legend id="contact_lgd">Contact</legend>
636
                                        <legend id="contact_lgd">Contact information</legend>
637
                                        <ol>
637
                                        <ol>
638
                                            [% UNLESS nophone %]
638
                                            [% UNLESS nophone %]
639
                                                <li>
639
                                                <li>
Lines 953-959 legend:hover { Link Here
953
953
954
                                [% UNLESS nodateenrolled &&  noopacnote && noborrowernotes %]
954
                                [% UNLESS nodateenrolled &&  noopacnote && noborrowernotes %]
955
                                    <fieldset class="rows" id="memberentry_subscription">
955
                                    <fieldset class="rows" id="memberentry_subscription">
956
                                        <legend id="library_setup_lgd">Library set-up</legend><ol>
956
                                        <legend id="library_setup_lgd">Library setup</legend><ol>
957
                                        [% UNLESS nodateenrolled %]
957
                                        [% UNLESS nodateenrolled %]
958
                                            <li>
958
                                            <li>
959
                                                [% IF ( mandatorydateenrolled ) %]
959
                                                [% IF ( mandatorydateenrolled ) %]
Lines 1039-1045 legend:hover { Link Here
1039
1039
1040
                                [% UNLESS nouserid && nopassword %]
1040
                                [% UNLESS nouserid && nopassword %]
1041
                                    <fieldset class="rows" id="memberentry_userid">
1041
                                    <fieldset class="rows" id="memberentry_userid">
1042
                                        <legend id="opac_staff_login_lgd">OPAC/Staff login</legend>
1042
                                        <legend id="opac_staff_login_lgd">OPAC/Staff interface login</legend>
1043
                                        <ol>
1043
                                        <ol>
1044
                                            [% UNLESS nouserid %]
1044
                                            [% UNLESS nouserid %]
1045
                                                <li>
1045
                                                <li>
1046
- 

Return to bug 25630