Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / ic / search.html
index df16c0b..1d94fe8 100644 (file)
 
       <tr>
        <th align="right" nowrap>[% 'Group' | $T8 %]</th>
-       <td><input name="partsgroup" size="20"></td>
+       <td>
+         [%- INCLUDE generic/multibox.html
+           name          = 'partsgroup',
+           select_name   = 'partsgroup_id',
+           DATA          = ALL_PARTSGROUPS,
+           show_empty    = 1,
+           id_key        = 'id',
+           label_key     = 'partsgroup',
+           style         = 'width:250px',
+           limit         = limit,
+           allow_textbox = 1
+         -%]
+       </td>
        <th align="right" nowrap>[% 'Serial Number' | $T8 %]</th> <td><input name="serialnumber" size="20"></td>
       </tr>
 
 
          <tr>
           <td>
-           <input name="l_image" id="l_image" class="checkbox" type="checkbox" value="Y">
+           <input name="l_image" id="l_image" class="checkbox"[%- IF conf_parts_listing_images %] checked="checked"[% END %] type="checkbox" value="Y">
            <label for="l_image">[% 'Image' | $T8 %]</label>
           </td>
           <td>