X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a87694dc525b4eabff11029f1e5401621e2bd3bc..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/ic/search.html
diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html
index 8e71cb659..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,7 +66,7 @@
- | [% 'Shopartikel' | $T8 %] |
+ [% 'Shop article' | $T8 %] |
[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %] |
@@ -198,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') %] |
@@ -221,7 +221,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_shop', label=LxERP.t8('Shop article'), value='Y') %] |
[%- L.checkbox_tag('l_insertdate', label=LxERP.t8('Insert Date'), value='Y') %] |