X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=12cdcbbfe344301e35f9d26565ed51b941266dff;hb=c01d62c4a634f27fc4560d88cf98b84af9a85d95;hp=d0f0616a0621cd2af48466408b98b9d498e8da8c;hpb=8bf3fee4a887e4e8d7723a23f6ad08f69fb20aa6;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index d0f0616a0..12cdcbbfe 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 -%] @@ -70,6 +70,14 @@ [% 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 %] @@ -214,6 +222,7 @@ [%- 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_insertdate', label=LxERP.t8('Insert Date'), value='Y') %] [% CUSTOM_VARIABLES_INCLUSION_CODE %]