Bug 10671: Update Admin Help Files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / auth_tag_structure.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Authority Record Tags</h1>
4
5 <p>To add a field to a Authority Framework, click the 'New Tag' button at the top of the Authority Framework definition.This will open up a blank form for entering MARC field data.</p>
6
7 <p>Enter the information about your new tag:</p>
8
9 <ul>
10   <li>The 'Tag' is the MARC field number.</li>
11   <li>The 'Label for lib' is the text that will appear in the staff client when in the cataloging module.</li>
12   <li>The 'Label for OPAC' is the text that will appear in the OPAC when viewing the MARC version of the record.</li>
13   <li>If this field can be repeated, check the 'Repeatable' box.</li>
14   <li>If this field is mandatory, check the 'Mandatory' box.</li>
15   <li>If you want this field to be a drop-down menu with limited possible answers, choose which 'Authorized value' list you want to use.</li>
16 </ul>
17
18 <p>When you're finished, click 'Save Changes' and you will be presented with your new field.</p>
19
20 <p>To the right of the new field is a link to 'Subfields.' You will need to add subfields before this tag will appear in your MARC editor.</p>
21
22 <p><strong>See the full documentation for Authorities in the <a href="http://manual.koha-community.org/3.14/en/catadmin.html#authoritiesadmin">manual</a> (online).</strong></p>
23
24 [% INCLUDE 'help-bottom.inc' %]