Merge remote-tracking branch 'kc/new/bug_6755' into kcmaster
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_126a.tt
index e212a05..959e4a8 100644 (file)
                <td><label for="f8">Accompanying textual material 1:</label></td>
                <td>
                        <select name="f8" id="f8" size="1">
-                       [% IF ( f8 ) %]
+                       [% IF ( f8space ) %]
                                <option value=" " selected="selected">non required value</option>
                        [% ELSE %]
                                <option value=" ">non required value</option>
                <td>
                        <select name="f9" id="f9" size="1">
                        
-                       [% IF ( f9 ) %]
+                       [% IF ( f9space ) %]
                                <option value=" " selected="selected">non required value</option>
                        [% ELSE %]
                                <option value=" ">non required value</option>
                <td>
                        <select name="f10" id="f10" size="1">
                        
-                       [% IF ( f10 ) %]
+                       [% IF ( f10space ) %]
                                <option value=" " selected="selected">non required value</option>
                        [% ELSE %]
                                <option value=" ">non required value</option>
                <td>
                        <select name="f11" id="f11" size="1">
                        
-                       [% IF ( f11 ) %]
+                       [% IF ( f11space ) %]
                                <option value=" " selected="selected">non required value</option>
                        [% ELSE %]
                                <option value=" ">non required value</option>
                <td><label for="f12">Accompanying textual material 5:</label></td>
                <td>
                        <select name="f12" id="f12" size="1">
-                        [% IF ( f12 ) %]
+                        [% IF ( f12space ) %]
                             <option value=" " selected="selected">non required value</option>
                         [% ELSE %]
                             <option value=" ">non required value</option>
                <td><label for="f13">Accompanying textual material 6:</label></td>
                <td>
                        <select name="f13" id="f13" size="1">
-                        [% IF ( f13 ) %]
+                        [% IF ( f13space ) %]
                             <option value=" " selected="selected">non required value</option>
                         [% ELSE %]
                             <option value=" ">non required value</option>
 //]]>
 </script>
 
-[% INCLUDE 'popup-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'popup-bottom.inc' %]