X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/22a52f84da5686ecce3a55cd4c4ab2ecabab1d9c..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/ic/search.html diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index d0f0616a0..e0df9472d 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -34,7 +34,7 @@ - [% 'Group' | $T8 %] + [% 'Partsgroup' | $T8 %] [%- INCLUDE generic/multibox.html name = 'partsgroup', @@ -44,7 +44,7 @@ id_key = 'id', label_key = 'partsgroup', style = 'width:250px', - limit = limit, + limit = MYCONFIG.vclimit, allow_textbox = 1 -%] @@ -66,10 +66,18 @@ - [% 'Shopartikel' | $T8 %] + [% 'Shop article' | $T8 %] [% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %] + + [% 'Insert Date' | $T8 %] + + [% 'From' | $T8 %][% L.date_tag('insertdatefrom') %] + [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] + + + [% CUSTOM_VARIABLES_FILTER_CODE %] [%- IF is_assembly %] @@ -190,7 +198,7 @@ [%- L.checkbox_tag('l_image', label=LxERP.t8('Image'), value='Y', checked=(INSTANCE_CONF.get_parts_listing_image ? 1 : 0)) %] [%- L.checkbox_tag('l_drawing', label=LxERP.t8('Drawing'), value='Y') %] [%- L.checkbox_tag('l_microfiche', label=LxERP.t8('Microfiche'), value='Y') %] - [%- L.checkbox_tag('l_partsgroup', label=LxERP.t8('Group'), value='Y') %] + [%- L.checkbox_tag('l_partsgroup', label=LxERP.t8('Partsgroup'), value='Y') %] @@ -213,7 +221,8 @@ [%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %] [%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %] - [%- L.checkbox_tag('l_shop', label=LxERP.t8('Shopartikel'), value='Y') %] + [%- L.checkbox_tag('l_shop', label=LxERP.t8('Shop article'), value='Y') %] + [%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %] [% CUSTOM_VARIABLES_INCLUSION_CODE %]