bug 3209: add 'p' (mixed materials) to MARC21 Leader/06 dropdown
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 8 May 2009 20:10:13 +0000 (15:10 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:28 +0000 (21:15 +0200)
Also made the following updates to the MARC21 leader plugin

[1] Changed description of Leader/08 to 'Type of control'
[2] Fixed typo in description value for 'z' in Leader/17
[3] Updated Leader/19, which is now 'Multipart resource record level'

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl

index eaf845f..218a25c 100644 (file)
                        <!-- TMPL_ELSE -->
                                <option value="o">o - Kit</option>
                        <!-- /TMPL_IF -->
+                       <!-- TMPL_IF name="f6p" -->
+                               <option value="p" SELECTED>p - Mixed materials</option>
+                       <!-- TMPL_ELSE -->
+                               <option value="p">p - Mixed materials</option>
+                       <!-- /TMPL_IF -->
                        <!-- TMPL_IF name="f6r" -->
                                <option value="r" SELECTED>r - Three-dimensional artifact or naturally occurring object</option>
                        <!-- TMPL_ELSE -->
        </tr>
        
        <tr>
-               <td>8- Hierarchic level</td>
+               <td>8- Type of control</td>
                <td>
                        <select name="f8" size="1">
                                <!-- TMPL_IF name="f8 " -->
                                <!-- TMPL_IF name="f17z" -->
                                        <option value="z" SELECTED>z- Not applicable</option>
                                <!-- TMPL_ELSE -->
-                                       <option value="z">z- Not applicableFull level</option>
+                                       <option value="z">z- Not applicable</option>
                                <!-- /TMPL_IF -->
                        </select>
                </td>
        </tr>
        
        <tr>
-               <td>19 - Linked record requirement</td>
+               <td>19 - Multipart resource record level</td>
                <td>
                        <select name="f19" size="1">
                                <!-- TMPL_IF name="f19 " -->
-                                       <option value=" " SELECTED>Related record not required</option>
+                                       <option value=" " SELECTED>Not specified or not applicable </option>
+                               <!-- TMPL_ELSE -->
+                                       <option value=" ">Not specified or not applicable</option>
+                               <!-- /TMPL_IF -->
+                               <!-- TMPL_IF name="f19a" -->
+                                       <option value="a" SELECTED>a- Set</option>
+                               <!-- TMPL_ELSE -->
+                                       <option value="a">a- Set</option>
+                               <!-- /TMPL_IF -->
+                               <!-- TMPL_IF name="f19b" -->
+                                       <option value="b" SELECTED>b- Part with independent title</option>
                                <!-- TMPL_ELSE -->
-                                       <option value=" ">Related record not required</option>
+                                       <option value="b">b- Part with independent title</option>
                                <!-- /TMPL_IF -->
-                               <!-- TMPL_IF name="f18r" -->
-                                       <option value="r" SELECTED>r- Related record required</option>
+                               <!-- TMPL_IF name="f19c" -->
+                                       <option value="c" SELECTED>c- Part with dependent title</option>
                                <!-- TMPL_ELSE -->
-                                       <option value="r">r- Related record required</option>
+                                       <option value="c">c- Part with dependent title</option>
                                <!-- /TMPL_IF -->
                        </select>
                </td>