Bug 11503: fix several typos
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / auth_subfields_structure.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>MARC Record Subfields</h1>
4
5 <p>'Frameworks' are made up of MARC fields and subfields. To make edits to most frameworks, you must edit the fields and subfields. Click 'Edit' (on the right of each subfield) to make changes to the text associated with the field.</p>
6
7 <ul>
8      <li>Each field has a tag (the MARC tag).
9 <ul>
10   <li>'Label for lib' is what will show in the staff client if you have advancedMARCeditor set to display labels.</li>
11    <li>'Label for OPAC' is what will show on the MARC view in the OPAC.</li>
12       <li>If you check 'Repeatable,' the field will have a plus sign next to it that will allow you to add multiples of that tag.</li>
13        <li>If you check 'Mandatory,' the record will not be allowed to save unless you have a value assigned to this tag.</li>
14         <li>'Authorized value' is where you chose an authorized value list from which your catalogers can select a value for this subfield. To edit the subfields associated with the tag, click 'Subfields' to the right of the tag on the 'MARC Structure' listing.</li>
15 </ul>
16 </li>
17  <li>From the list of subfields, you can click 'Delete' to the right of each to erase the subfield in question.</li>
18     <li>To edit the subfields, click 'Edit Subfields'.</li>
19         <li>For each subfield, you can set the following values:
20 <ul>
21   <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li>
22   <li>'Text for OPAC' is what appears before the field in the OPAC.If left empty, the text for librarian is used instead</li>
23     <li>If 'Repeatable' is checked, the field  will have a plus sign next to it in the MARC cataloging module which allows you to add multiples of that tag.</li>
24       <li>'Mandatory' prevents the user from saving a record  unless there is a value assigned to the tag.</li>
25       <li>'Managed in tab' defines the tab where the subfield is shown. All subfields of a given field must either be in the same tab or ignored. 'Ignore' means that the subfield is not managed.</li>
26       <li>'Default value' defines what you want to appear in the field by default. This field will be editable, but it saves time if you use the same note over and over.</li>
27        <li>'Hidden' allows you to select from nineteen possible visibility conditions, seventeen of which are implemented. They are the following:
28 <ul>
29         <li>-9 =&gt; Future use</li>
30         <li>-8 =&gt; Flag</li>
31         <li>-7 =&gt; OPAC !Intranet !Editor Collapsed</li>
32         <li>-6 =&gt; OPAC Intranet !Editor !Collapsed</li>
33         <li>-5 =&gt; OPAC Intranet !Editor Collapsed</li>
34         <li>-4 =&gt; OPAC !Intranet !Editor !Collapsed</li>
35         <li>-3 =&gt; OPAC !Intranet Editor Collapsed</li>
36         <li>-2 =&gt; OPAC !Intranet Editor !Collapsed</li>
37         <li>-1 =&gt; OPAC Intranet Editor Collapsed</li>
38         <li>0 =&gt; OPAC Intranet Editor !Collapsed</li>
39         <li>1 =&gt; !OPAC Intranet Editor Collapsed</li>
40         <li>2 =&gt; !OPAC !Intranet Editor !Collapsed</li>
41         <li>3 =&gt; !OPAC !Intranet Editor Collapsed</li>
42         <li>4 =&gt; !OPAC Intranet Editor !Collapsed</li>
43         <li>5 =&gt; !OPAC !Intranet !Editor Collapsed</li>
44         <li>6 =&gt; !OPAC Intranet !Editor !Collapsed</li>
45         <li>7 =&gt; !OPAC Intranet !Editor Collapsed</li>
46         <li>8 =&gt; !OPAC !Intranet !Editor !Collapsed</li>
47         <li>9 =&gt; Future use</li>
48 </ul>
49 </ul>
50 <ul>
51     <li>(! means 'not visible' or in the case of collapsed 'not collapsed')</li>
52     <li>If 'Is a url' is checked, the subfield is a url and can be clicked</li>
53     <li>'Authorized Value' allows the librarian to select an authorized value list from which catalogers must choose an option.</li>
54 </ul>
55 </li>
56 </ul>
57 <ul>
58     <li>The 'Thesaurus' chooses the authority file to which the field should be linked.</li>
59 </ul>
60 <ul>
61     <li>'Plugin' allows the librarian to choose a plugin to calculate or manage a subfield. Plugins can do almost anything. For example, in UNIMARC there are plugins for all 1xx fields that are coded fields. There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a) that can find the editor from an ISBN, as well as the collection list for the editor.</li>
62 </ul>
63     <li>To save your changes, click the 'Save Changes' button at the top of the screen.</li>
64 </ul>
65
66 <p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/catadmin.html#authoritiesadmin">manual</a> (online).</strong></p>
67
68 [% INCLUDE 'help-bottom.inc' %]