X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dcc04bee2c4a64f6dd107358095acefa0c328dbe..08e820f:/templates/webpages/generic/new_item.html diff --git a/templates/webpages/generic/new_item.html b/templates/webpages/generic/new_item.html index 82b6f747e..d30427a5b 100644 --- a/templates/webpages/generic/new_item.html +++ b/templates/webpages/generic/new_item.html @@ -1,25 +1,40 @@ [%- USE T8 %] [%- USE HTML %] - -

[% 'Item not on file!' | $T8 %] - +[%- IF is_wrong_pclass == NOTFORSALE %] +

[% 'searched part not for sale' | $T8 %]

+[%- ELSE %] +[%- IF is_wrong_pclass == NOTFORPURCHASE %] +

[% 'searched part not for purchase' | $T8 %]

+[%- ELSE %] +

[% 'Item does not exists in the database' | $T8 %] +[% IF INSTANCE_CONF.get_create_part_if_not_found %]

[% 'What type of item is this?' | $T8 %]

-
+

-  [% 'Part' | $T8 %]
-  [% 'Service' | $T8 %] +  [% 'Part' | $T8 %]
+  [% 'Assembly' | $T8 %]
+  [% 'Service' | $T8 %]
+  [% 'Assortment' | $T8 %]

[%- FOREACH var = HIDDENS %] [%- END %] +

- + - -
- - +[%- ELSE %] + +[%- END %] +[%- END %] +[%- END %] + +

+ +