X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/73b8ad34859023b196d39662a247e9c8cd790c90..fbcd5580:/templates/webpages/generic/new_item.html diff --git a/templates/webpages/generic/new_item.html b/templates/webpages/generic/new_item.html index 65e061a31..d30427a5b 100644 --- a/templates/webpages/generic/new_item.html +++ b/templates/webpages/generic/new_item.html @@ -1,8 +1,13 @@ [%- 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 %]

@@ -18,13 +23,18 @@ [%- FOREACH var = HIDDENS %] [%- END %] +

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

+ - -