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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-1 / +1 lines)
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 bibliographical to set MARC editor parameters</p>
124
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/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 deleted bibliographic record table
43
            - Koha's deletedbiblio 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/catalogue/MARCdetail.tt (-4 / +2 lines)
Lines 21-27 Link Here
21
  [% IF ( unknownbiblionumber ) %]
21
  [% IF ( unknownbiblionumber ) %]
22
    Unknown record
22
    Unknown record
23
  [% ELSE %]
23
  [% ELSE %]
24
    MARC Details for <i>[% bibliotitle | html %]</i>
24
    MARC details for <i>[% bibliotitle | html %]</i>
25
  [% END %]
25
  [% END %]
26
</div>
26
</div>
27
27
Lines 36-44 Link Here
36
[% INCLUDE 'cat-toolbar.inc' %]
36
[% INCLUDE 'cat-toolbar.inc' %]
37
37
38
[% UNLESS ( popup ) %]
38
[% UNLESS ( popup ) %]
39
    <h1>MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
39
    <h1>MARC record: [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
40
41
42
[% END %]
40
[% END %]
43
41
44
    <p><b>With framework : <select name="Frameworks" id="Frameworks">
42
    <p><b>With framework : <select name="Frameworks" id="Frameworks">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
<ul>
13
<ul>
14
	<li>Choose a unique name and enter it in the 'Matching rule code' field</li>
14
	<li>Choose a unique name and enter it in the 'Matching rule code' field</li>
15
	<li>'Description' can be anything you want to make it clear to you what rule you're picking</li>
15
	<li>'Description' can be anything you want to make it clear to you what rule you're picking</li>
16
	<li>'Match threshold' - The total number of 'points' a biblio must earn to be considered a 'match'</li>
16
	<li>'Match threshold' - The total number of 'points' a bibliographic record must earn to be considered a 'match'</li>
17
	<li>Match points are set up to determine what fields to match on</li>
17
	<li>Match points are set up to determine what fields to match on</li>
18
	<li>'Search index' can be found by looking at the ccl.properties file on your system which tells the zebra indexing what data to search for in the MARC data".</li>
18
	<li>'Search index' can be found by looking at the ccl.properties file on your system which tells the zebra indexing what data to search for in the MARC data".</li>
19
	<li>'Score' - The number of 'points' a match on this field is worth.  If the sum of each score is greater than the match threshold, the incoming record is a match to the existing record</li>
19
	<li>'Score' - The number of 'points' a match on this field is worth.  If the sum of each score is greater than the match threshold, the incoming record is a match to the existing record</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
<p>You will be presented with a confirmation screen. From here you can uncheck the items you don't want to delete and decide if Koha should delete the bib record if the last item is being deleted before clicking 'Delete selected items.'</p>
25
<p>You will be presented with a confirmation screen. From here you can uncheck the items you don't want to delete and decide if Koha should delete the bib record if the last item is being deleted before clicking 'Delete selected items.'</p>
26
26
27
<p>If your file (or list of scanned barcodes) has more than 1000 barcodes, Koha will be unable to present you with a list of the items. You will still be able to delete them, but not able to choose which items specifically to delete or delete the biblio records.</p>
27
<p>If your file (or list of scanned barcodes) has more than 1000 barcodes, Koha will be unable to present you with a list of the items. You will still be able to delete them, but not able to choose which items specifically to delete or delete the bibliographic records.</p>
28
28
29
<p>If the items are checked out you will be presented with an error after clicking 'Delete selected items' and the items will not be deleted.</p>
29
<p>If the items are checked out you will be presented with an error after clicking 'Delete selected items' and the items will not be deleted.</p>
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/marc_modification_templates.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
8
9
<p>Start by adding a new template (a template can be made up of one or more actions) by entering a name and clicking 'Create template'.</p>
9
<p>Start by adding a new template (a template can be made up of one or more actions) by entering a name and clicking 'Create template'.</p>
10
10
11
<p>Next you can add actions to the template by filling in the Action box. For example if you're loading in a batch of files from your EBook vendor you might want to add the biblio item type of EBOOK to the 942$c.</p>
11
<p>Next you can add actions to the template by filling in the Action box. For example if you're loading in a batch of files from your EBook vendor you might want to add the bibliographic item type of EBOOK to the 942$c.</p>
12
12
13
<ul>
13
<ul>
14
    <li>Choose 'Add/Update'</li>
14
    <li>Choose 'Add/Update'</li>
Lines 23-29 Link Here
23
<ul>
23
<ul>
24
      <li>Choose 'Copy'</li>
24
      <li>Choose 'Copy'</li>
25
 <li>Decide if you want to copy the first occurrence or all occurrences of the field</li>
25
 <li>Decide if you want to copy the first occurrence or all occurrences of the field</li>
26
 <li>Enter the field 090 (or other biblio call number field) and subfield a to copy</li>
26
 <li>Enter the field 090 (or other bibliographic call number field) and subfield a to copy</li>
27
        <li>Enter the 952 field and o subfield to copy to</li>
27
        <li>Enter the 952 field and o subfield to copy to</li>
28
 <li>Choose 'if'</li>
28
 <li>Choose 'if'</li>
29
   <li>Enter the 952 field and o subfield</li>
29
   <li>Enter the 952 field and o subfield</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-3 / +3 lines)
Lines 54-64 Link Here
54
    <legend> Select records to export </legend>
54
    <legend> Select records to export </legend>
55
        <ol>
55
        <ol>
56
        <li>
56
        <li>
57
            <label for="start">From biblio number: </label>
57
            <label for="start">From biblionumber: </label>
58
            <input id="start" type="text" name="StartingBiblionumber" size="5" />
58
            <input id="start" type="text" name="StartingBiblionumber" size="5" />
59
        </li>
59
        </li>
60
        <li>
60
        <li>
61
            <label for="end">To biblio number: </label>
61
            <label for="end">To biblionumber: </label>
62
            <input id="end" type="text" name="EndingBiblionumber" size="5" />
62
            <input id="end" type="text" name="EndingBiblionumber" size="5" />
63
        </li>
63
        </li>
64
        
64
        
Lines 112-118 Link Here
112
        Use a file
112
        Use a file
113
    </legend>
113
    </legend>
114
        <ol>
114
        <ol>
115
        <li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li>
115
        <li>File containing a list of biblionumbers with one biblionumber per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li>
116
        <li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
116
        <li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
117
        </ol>
117
        </ol>
118
    </fieldset>
118
    </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-3 / +2 lines)
Lines 350-356 Link Here
350
                <th>Status</th>
350
                <th>Status</th>
351
                <th>Match type</th>
351
                <th>Match type</th>
352
                <th>Match details</th>
352
                <th>Match details</th>
353
                <th><abbr title="Differences between the original biblio and the imported">Diff</abbr></th>
353
                <th><abbr title="Differences between the original bibliographic record and the imported">Diff</abbr></th>
354
                <th>Record</th>
354
                <th>Record</th>
355
            </tr>
355
            </tr>
356
        </thead>
356
        </thead>
Lines 460-466 Link Here
460
                          [% IF ( record_type == 'auth' ) -%]
460
                          [% IF ( record_type == 'auth' ) -%]
461
                          var matching_msg = _("Matches authority %s (score=%s):%s");
461
                          var matching_msg = _("Matches authority %s (score=%s):%s");
462
                          [%- ELSE -%]
462
                          [%- ELSE -%]
463
                          var matching_msg = _("Matches biblio %s (score=%s):%s");
463
                          var matching_msg = _("Matches bibliographic record %s (score=%s):%s");
464
                          [%- END %]
464
                          [%- END %]
465
                          $('td:eq(4)', nRow).html(
465
                          $('td:eq(4)', nRow).html(
466
                              matching_msg.format(aData['match_id'], aData['score'],
466
                              matching_msg.format(aData['match_id'], aData['score'],
467
- 

Return to bug 19833