X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=fafcacc26c3ae2ba86daf6af82d86d81fb540a16;hb=c8220164135ec7796904dc3ac5b1c2047d52172b;hp=d0f0616a0621cd2af48466408b98b9d498e8da8c;hpb=22a52f84da5686ecce3a55cd4c4ab2ecabab1d9c;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index d0f0616a0..fafcacc26 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -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 %] @@ -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 %]