Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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 <ul>
11    <li>The 'Tag' is the MARC field number</li>
12    <li>The 'Label for lib' is the text that will appear in the staff client when in the cataloging module</li>
13    <li>The 'Label for OPAC' is the text that will appear in the OPAC when viewing the MARC version of the record</li>
14    <li>If this field can be repeated, check the 'Repeatable' box</li>
15    <li>If this field is mandatory, check the 'Mandatory' box</li>
16    <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>
17 </ul>
18
19 <p>When you're finished, click 'Save Changes' and you will be presented with your new field</p>
20
21 <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. The process of entering the settings for the new subfield is the same as those found in the editing subfields in frameworks section of the manual.</p>
22
23 <p><strong>See the full documentation for MARC Frameworks in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#marc-bibliographic-frameworks">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]