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>
Wed, 16 Sep 2009 21:19:34 +0000 (23:19 +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>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl

index d6d578c..bd63397 100644 (file)
                <td>
                        <select name="f19" size="1">
                                <!-- TMPL_IF name="f19 " -->
+<<<<<<< HEAD:koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl
                                        <option value=" " selected="selected">Not specified or not applicable </option>
+=======
+                                       <option value=" " SELECTED>Not specified or not applicable </option>
+>>>>>>> 2de58fc... bug 3209: add 'p' (mixed materials) to MARC21 Leader/06 dropdown:koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl
                                <!-- TMPL_ELSE -->
                                        <option value=" ">Not specified or not applicable</option>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_IF name="f19a" -->
+<<<<<<< HEAD:koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl
                                        <option value="a" selected="selected">a- Set</option>
                                <!-- TMPL_ELSE -->
                                        <option value="a">a- Set</option>
                                <!-- TMPL_IF name="f19c" -->
                                        <option value="c" selected="selected">c- Part with dependent title</option>
                                <!-- TMPL_ELSE -->
+=======
+                                       <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="b">b- Part with independent title</option>
+                               <!-- /TMPL_IF -->
+                               <!-- TMPL_IF name="f19c" -->
+                                       <option value="c" SELECTED>c- Part with dependent title</option>
+                               <!-- TMPL_ELSE -->
+>>>>>>> 2de58fc... bug 3209: add 'p' (mixed materials) to MARC21 Leader/06 dropdown:koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tmpl
                                        <option value="c">c- Part with dependent title</option>
                                <!-- /TMPL_IF -->
                        </select>