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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 132-138 Link Here
132
    </div>
132
    </div>
133
133
134
    <h1>Authority types</h1>
134
    <h1>Authority types</h1>
135
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins</p>
135
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p>
136
    <table id="authtypes">
136
    <table id="authtypes">
137
        <thead>
137
        <thead>
138
        <tr>
138
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +2 lines)
Lines 13-19 Link Here
13
[% Asset.css("css/datatables.css") | $raw %]
13
[% Asset.css("css/datatables.css") | $raw %]
14
</head>
14
</head>
15
15
16
<body id="admin_biblio_framework" class="admin">
16
    <body id="admin_biblio_framework" class="admin">
17
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'prefs-admin-search.inc' %]
18
[% INCLUDE 'prefs-admin-search.inc' %]
19
19
Lines 121-127 Link Here
121
121
122
[% IF op == 'list' %]
122
[% IF op == 'list' %]
123
<h1>MARC frameworks</h1>
123
<h1>MARC frameworks</h1>
124
<p>Framework name, then go to MARC biblio to set MARC editor parameters</p>
124
<p>Framework name, then go to MARC bibliographical to set MARC editor parameters</p>
125
<table id="table_biblio_frameworks">
125
<table id="table_biblio_frameworks">
126
    <thead>
126
    <thead>
127
    <tr>
127
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-2 / +2 lines)
Lines 31-37 Authorities: Link Here
31
                  no: "do not generate"
31
                  no: "do not 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 biblio records if the number exceeds
34
            - When modifying an authority record, do not update attached bibliographic records if the number exceeds
35
            - pref: AuthorityMergeLimit
35
            - pref: AuthorityMergeLimit
36
              default: 50
36
              default: 50
37
            - records. (Above this limit, the merge_authority cron job will merge them.)
37
            - records. (Above this limit, the merge_authority cron job will merge them.)
Lines 55-61 Authorities: Link Here
55
              type: textarea
55
              type: textarea
56
              class: code
56
              class: code
57
        -
57
        -
58
            - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in
58
            - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in
59
            - pref: AuthorityMergeMode
59
            - pref: AuthorityMergeMode
60
              default: "loose"
60
              default: "loose"
61
              choices:
61
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-5 / +5 lines)
Lines 69-75 Cataloging: Link Here
69
            - pref: item-level_itypes
69
            - pref: item-level_itypes
70
              choices:
70
              choices:
71
                  yes: specific item
71
                  yes: specific item
72
                  no: biblio record
72
                  no: bibliographic record
73
            - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc).
73
            - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc).
74
        -
74
        -
75
            - Map the MARC subfield
75
            - Map the MARC subfield
Lines 175-181 Cataloging: Link Here
175
                  economical: Do
175
                  economical: Do
176
            - collapse repeated tags of the same type into one tag entry on the display.
176
            - collapse repeated tags of the same type into one tag entry on the display.
177
        -
177
        -
178
            - By default, display biblio records in
178
            - By default, display bibliographic records in
179
            - pref: IntranetBiblioDefaultView
179
            - pref: IntranetBiblioDefaultView
180
              choices:
180
              choices:
181
                  normal: normal form.
181
                  normal: normal form.
Lines 192-198 Cataloging: Link Here
192
              choices:
192
              choices:
193
                  yes: Hide
193
                  yes: Hide
194
                  no: "Don't hide"
194
                  no: "Don't hide"
195
            - biblios marked as suppressed from OPAC search results.
195
            - bibliographic records marked as suppressed from OPAC search results.
196
            - <br />Restrict the suppression to IP addresses outside of the IP range
196
            - <br />Restrict the suppression to IP addresses outside of the IP range
197
            - pref: OpacSuppressionByIPRange
197
            - pref: OpacSuppressionByIPRange
198
              class: short
198
              class: short
Lines 202-208 Cataloging: Link Here
202
              choices:
202
              choices:
203
                  yes: "an explanatory page ('This record is blocked')."
203
                  yes: "an explanatory page ('This record is blocked')."
204
                  no: "the 404 error page ('Not found')."
204
                  no: "the 404 error page ('Not found')."
205
            - <br />Display the following message on the redirect page for suppressed biblios
205
            - <br />Display the following message on the redirect page for suppressed bibliographic records
206
            - pref: OpacSuppressionMessage
206
            - pref: OpacSuppressionMessage
207
              type: textarea
207
              type: textarea
208
              class: code
208
              class: code
Lines 227-233 Cataloging: Link Here
227
              choices:
227
              choices:
228
                  yes: Display
228
                  yes: Display
229
                  no: "Don't display"
229
                  no: "Don't display"
230
            - acquisition details on the biblio detail page.
230
            - acquisition details on the bibliographic record detail page.
231
        -
231
        -
232
            - pref: MergeReportFields
232
            - pref: MergeReportFields
233
            - "fields to display for deleted records after merge"
233
            - "fields to display for deleted records after merge"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 654-660 Circulation: Link Here
654
              choices:
654
              choices:
655
                  yes: Enable
655
                  yes: Enable
656
                  no:  "Don't enable"
656
                  no:  "Don't enable"
657
            - "the ability to place holds on multiple biblio from the search results"	    
657
            - "the ability to place holds on multiple bibliographic records from the search results"
658
        -
658
        -
659
            - pref: TransferWhenCancelAllWaitingHolds
659
            - pref: TransferWhenCancelAllWaitingHolds
660
              choices:
660
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 326-332 OPAC: Link Here
326
            - Display up to
326
            - Display up to
327
            - pref: OpacMaxItemsToDisplay
327
            - pref: OpacMaxItemsToDisplay
328
              class: integer
328
              class: integer
329
            - items on the biblio detail page (if the biblio has more items than this, a link is displayed instead that allows the user to choose to display all items).
329
            - 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).
330
        -
330
        -
331
            - "Show the following HTML on the OPAC login form when a patron is not logged in:"
331
            - "Show the following HTML on the OPAC login form when a patron is not logged in:"
332
            - pref: OpacLoginInstructions
332
            - pref: OpacLoginInstructions
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-1 / +1 lines)
Lines 194-200 Searching: Link Here
194
            - Show up to
194
            - Show up to
195
            - pref: maxItemsInSearchResults
195
            - pref: maxItemsInSearchResults
196
              class: integer
196
              class: integer
197
            - items per biblio in the search results
197
            - items per bibliographic record in the search results
198
        -
198
        -
199
            - Build facets based on
199
            - Build facets based on
200
            - pref: maxRecordsForFacets
200
            - pref: maxRecordsForFacets
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref (-1 / +1 lines)
Lines 12-18 Serials: Link Here
12
          choices:
12
          choices:
13
              yes: Add
13
              yes: Add
14
              no: "Don't add"
14
              no: "Don't add"
15
        - a suggestion for a biblio when its attached serial is renewed.
15
        - a suggestion for a bibliographic record when its attached serial is renewed.
16
    -
16
    -
17
        - pref: RoutingSerials
17
        - pref: RoutingSerials
18
          choices:
18
          choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-1 / +1 lines)
Lines 40-46 Web services: Link Here
40
                  no: Disable
40
                  no: Disable
41
            - automatic update of OAI-PMH sets when a bibliographic record is created or updated
41
            - automatic update of OAI-PMH sets when a bibliographic record is created or updated
42
        -
42
        -
43
            - Koha's deletedbiblio table
43
            - Koha's deleted bibliographic record table
44
            - pref: "OAI-PMH:DeletedRecord"
44
            - pref: "OAI-PMH:DeletedRecord"
45
              choices:
45
              choices:
46
                  persistent: will never be emptied or truncated (persistent)
46
                  persistent: will never be emptied or truncated (persistent)
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-2 / +1 lines)
Lines 129-135 a.add, a.delete { Link Here
129
                <li><a href="#search_fields">Search fields</a></li>
129
                <li><a href="#search_fields">Search fields</a></li>
130
                [% FOREACH index IN indexes %]
130
                [% FOREACH index IN indexes %]
131
                    [% SWITCH index.index_name %]
131
                    [% SWITCH index.index_name %]
132
                        [% CASE 'biblios' %]<li><a href="#mapping_biblios">Biblios</a></li>
132
                        [% CASE 'biblios' %]<li><a href="#mapping_biblios">Bibliographic records</a></li>
133
                        [% CASE 'authorities' %]<li><a href="#mapping_authorities">Authorities</a></li>
133
                        [% CASE 'authorities' %]<li><a href="#mapping_authorities">Authorities</a></li>
134
                    [% END %]
134
                    [% END %]
135
                [% END %]
135
                [% END %]
136
- 

Return to bug 19833