X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=e0df9472d789f839781ebc129fca5812eee17151;hb=ffd06003d74a7844892fca93905556a1903a31d8;hp=8ed89a44921c7a7a75e859a0c564e0ccdc1639f4;hpb=61421f4d0f5e4282691b58d3ba28828123e3aa19;p=kivitendo-erp.git diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index 8ed89a449..e0df9472d 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -2,6 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +

[% title %]

@@ -16,10 +17,7 @@ -
[% title %]
- -
@@ -36,7 +34,7 @@ - + @@ -67,6 +65,19 @@ + + + + + + + + + + [% CUSTOM_VARIABLES_FILTER_CODE %] [%- IF is_assembly %] @@ -187,7 +198,7 @@ - + @@ -210,6 +221,8 @@ + + [% CUSTOM_VARIABLES_INCLUSION_CODE %]
[% 'Group' | $T8 %][% 'Partsgroup' | $T8 %] [%- INCLUDE generic/multibox.html name = 'partsgroup', @@ -46,7 +44,7 @@ id_key = 'id', label_key = 'partsgroup', style = 'width:250px', - limit = limit, + limit = MYCONFIG.vclimit, allow_textbox = 1 -%]
[% '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') %] +
[%- 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') %]
[%- 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('Shop article'), value='Y') %][%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %]