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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-2 / +2 lines)
Lines 69-81 Link Here
69
                <h3>Catalog</h3>
69
                <h3>Catalog</h3>
70
                <dl>
70
                <dl>
71
                    <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
71
                    <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
72
                    <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd>
72
                    <dd>Create and manage Bibliographic record frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd>
73
                    <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
73
                    <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
74
                    <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd>
74
                    <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd>
75
                    <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
75
                    <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
76
                    <dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd>
76
                    <dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd>
77
                    <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
77
                    <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
78
                    <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd>
78
                    <dd>Checks the MARC structure. If you change your MARC Bibliographic record framework it's recommended that you run this tool to test for errors in your definition.</dd>
79
                    <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
79
                    <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
80
                    <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
80
                    <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
81
                    <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
81
                    <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-1 / +1 lines)
Lines 130-136 Link Here
130
    </div>
130
    </div>
131
131
132
    <h1>Authority types</h1>
132
    <h1>Authority types</h1>
133
    <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>
133
    <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic record MARC tag structure. Authority values are managed through plugins</p>
134
    <table id="authtypes">
134
    <table id="authtypes">
135
        <thead>
135
        <thead>
136
        <tr>
136
        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-1 / +1 lines)
Lines 17-23 Link Here
17
	<div id="yui-main">
17
	<div id="yui-main">
18
	<div class="yui-b">
18
	<div class="yui-b">
19
19
20
<h1>MARC bibliographic framework test</h1>
20
<h1>MARC bibliographic record framework test</h1>
21
<table>
21
<table>
22
    <tr>
22
    <tr>
23
        <th>Test</th>
23
        <th>Test</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-2 / +2 lines)
Lines 24-30 Authorities: Link Here
24
                  no: "do not generate"
24
                  no: "do not generate"
25
            - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
25
            - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
26
        -
26
        -
27
            - When modifying an authority record, do not update attached biblio records if the number exceeds
27
            - When modifying an authority record, do not update attached bibliographic records if the number exceeds
28
            - pref: AuthorityMergeLimit
28
            - pref: AuthorityMergeLimit
29
              default: 50
29
              default: 50
30
            - records. (Above this limit, the merge_authority cron job will merge them.)
30
            - records. (Above this limit, the merge_authority cron job will merge them.)
Lines 48-54 Authorities: Link Here
48
              type: textarea
48
              type: textarea
49
              class: code
49
              class: code
50
        -
50
        -
51
            - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in
51
            - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in
52
            - pref: AuthorityMergeMode
52
            - pref: AuthorityMergeMode
53
              default: "loose"
53
              default: "loose"
54
              choices:
54
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-4 / +4 lines)
Lines 158-164 Cataloging: Link Here
158
                  economical: Do
158
                  economical: Do
159
            - collapse repeated tags of the same type into one tag entry on the display.
159
            - collapse repeated tags of the same type into one tag entry on the display.
160
        -
160
        -
161
            - By default, display biblio records in
161
            - By default, display bibliographic records in
162
            - pref: IntranetBiblioDefaultView
162
            - pref: IntranetBiblioDefaultView
163
              choices:
163
              choices:
164
                  normal: normal form.
164
                  normal: normal form.
Lines 175-181 Cataloging: Link Here
175
              choices:
175
              choices:
176
                  yes: Hide
176
                  yes: Hide
177
                  no: "Don't hide"
177
                  no: "Don't hide"
178
            - biblios marked as suppressed from OPAC search results.
178
            - bibliographic records marked as suppressed from OPAC search results.
179
            - <br />Restrict the suppression to IP addresses outside of the IP range
179
            - <br />Restrict the suppression to IP addresses outside of the IP range
180
            - pref: OpacSuppressionByIPRange
180
            - pref: OpacSuppressionByIPRange
181
              class: short
181
              class: short
Lines 185-191 Cataloging: Link Here
185
              choices:
185
              choices:
186
                  yes: "an explanatory page ('This record is blocked')."
186
                  yes: "an explanatory page ('This record is blocked')."
187
                  no: "the 404 error page ('Not found')."
187
                  no: "the 404 error page ('Not found')."
188
            - <br />Display the following message on the redirect page for suppressed biblios
188
            - <br />Display the following message on the redirect page for suppressed bibliograpic records
189
            - pref: OpacSuppressionMessage
189
            - pref: OpacSuppressionMessage
190
              type: textarea
190
              type: textarea
191
              class: code
191
              class: code
Lines 210-216 Cataloging: Link Here
210
              choices:
210
              choices:
211
                  yes: Display
211
                  yes: Display
212
                  no: "Don't display"
212
                  no: "Don't display"
213
            - acquisition details on the biblio detail page.
213
            - acquisition details on the bibliograpic record detail page.
214
        -
214
        -
215
            - pref: MergeReportFields
215
            - pref: MergeReportFields
216
            - "fields to display for deleted records after merge"
216
            - "fields to display for deleted records after merge"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 611-617 Circulation: Link Here
611
              choices:
611
              choices:
612
                  yes: Enable
612
                  yes: Enable
613
                  no:  "Don't enable"
613
                  no:  "Don't enable"
614
            - "the ability to place holds on multiple biblio from the search results"	    
614
            - "the ability to place holds on multiple bibliograpic records from the search results"	    
615
        -
615
        -
616
            - pref: TransferWhenCancelAllWaitingHolds
616
            - pref: TransferWhenCancelAllWaitingHolds
617
              choices:
617
              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 bibliograpic record detail page (if the bibliograpic 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: NoLoginInstructions
332
            - pref: NoLoginInstructions
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-2 / +2 lines)
Lines 70-76 Searching: Link Here
70
              choices:
70
              choices:
71
                  yes: Include
71
                  yes: Include
72
                  no: "Don't include"
72
                  no: "Don't include"
73
            - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference."
73
            - "<i>see from</i> (non-preferred form) headings in bibliographic record searches. Please note: you will need to reindex your bibliographic record database when changing this preference."
74
        -
74
        -
75
            - pref: EnableSearchHistory
75
            - pref: EnableSearchHistory
76
              default: 0
76
              default: 0
Lines 187-193 Searching: Link Here
187
            - Show up to
187
            - Show up to
188
            - pref: maxItemsInSearchResults
188
            - pref: maxItemsInSearchResults
189
              class: integer
189
              class: integer
190
            - items per biblio in the search results
190
            - items per bibliograpic record in the search results
191
        -
191
        -
192
            - Build facets based on
192
            - Build facets based on
193
            - pref: maxRecordsForFacets
193
            - 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/z3950servers.tt (-2 / +1 lines)
Lines 118-124 Link Here
118
        </li>
118
        </li>
119
        <li><label for="recordtype">Record type: </label>
119
        <li><label for="recordtype">Record type: </label>
120
        <select name="recordtype" id="recordtype">
120
        <select name="recordtype" id="recordtype">
121
            <option value="biblio">Bibliographic</option>
121
            <option value="biblio">Bibliographic Record</option>
122
            <option value="authority">Authority</option>
122
            <option value="authority">Authority</option>
123
        </select>
123
        </select>
124
        </li>
124
        </li>
125
- 

Return to bug 19833