Bug 10671: Update Admin Help Files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / biblio_framework.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>MARC Bibliographic Frameworks</h1>
4
5 <p>Think of Frameworks as templates for creating new bibliographic records. Koha comes with some predefined frameworks that can be edited or deleted, and librarians can create their own frameworks for content specific to their libraries.</p>
6
7 <p>Do not delete or edit the Default Framework since this will cause problems with your cataloging records - always create a new template based on the Default Framework, or alter the other Frameworks.</p>
8
9 <p>After clicking the 'MARC structure' link to the right of each framework you can decide how many fields you want to see on one screen by using the pagination options at the top of the table.</p>
10
11 <h2>Add New Framework</h2>
12
13 <p>To add a new framework</p>
14
15 <ul>
16    <li>Click 'New Framework'
17 <ul>
18         <li>Enter a code of 4 or fewer characters</li>
19  <li>Use the Description field to enter a more detailed definition of your framework</li>
20 </ul>
21 </li>
22         <li>Click 'Submit'</li>
23   <li>Once your Framework is added click 'MARC structure' to the right of it on the list of Frameworks
24 <ul>
25       <li>You will be asked to choose a Framework to base your new Framework off of, this will make it easier than starting from scratch</li>
26 </ul>
27 </li>
28     <li>Once your Framework appears on the screen you can edit or delete each field by following the instructions for editing subfields</li>
29 </ul>
30
31 <h2>Edit Existing Frameworks</h2>
32
33 <p>Clicking 'Edit' to the right of a Framework will only allow you to edit the Description for the Framework</p>
34
35 <p>To make edits to the fields associated with the Framework you must first click 'MARC Structure' and then follow the instructions for editing subfields</p>
36
37 <p><strong>See the full documentation for Frameworks in the <a href="http://manual.koha-community.org/3.14/en/catadmin.html#marcbibframeworks">manual</a> (online).</strong></p>
38
39 [% INCLUDE 'help-bottom.inc' %]