Bug 2780 - Capitalize strings consistently (Admin help)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / marctagstructure.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>MARC bibliographic frameworks tags</h1>
4
5 <p>To add a field to a framework click the 'New tag' button at the top of the framework definition</p>
6
7 <p>This will open up a blank form for entering MARC field data</p>
8
9 <p>Enter the information about your new tag:</p>
10
11 <ul>
12         <li>The 'Tag' is the MARC field number</li>
13         <li>The 'Label for lib' is the text that will appear in the staff client when in the cataloging module</li>
14         <li>The 'Label for OPAC' is the text that will appear in the OPAC when viewing the MARC version of the record</li>
15         <li>If this field can be repeated, check the 'Repeatable' box</li>
16         <li>If this field is mandatory, check the 'Mandatory' box</li>
17         <li>If you want this field to be a pull down with limited possible answers, choose which 'Authorized value' list you want to use</li>
18 </ul>
19
20 <p>When you're finished, click 'Save changes' and you will be presented with your new field</p>
21
22 <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>
23
24 <p><strong>See the full documentation for MARC frameworks in the <a href="http://manual.koha-community.org/3.6/en/catadmin.html#marcbibframeworks">manual</a> (online).</strong></p>
25
26 [% INCLUDE 'help-bottom.inc' %]