Bug 5917 : Swapping templates over
[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 [% INCLUDE 'help-bottom.inc' %]