X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc41222c61dbee590005f04c50e8603581462543..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/generic/part_selection.html diff --git a/templates/webpages/generic/part_selection.html b/templates/webpages/generic/part_selection.html deleted file mode 100644 index 3bca0a880..000000000 --- a/templates/webpages/generic/part_selection.html +++ /dev/null @@ -1,119 +0,0 @@ -[%- USE T8 %] -[%- USE HTML %] -
- - - - - - - - - - - -
[% title %]
- - - - - - - [% UNLESS no_parts_found %] - - - - [% END %] -
- [% IF no_parts_found %] - [% 'No part was found matching the search parameters.' | $T8 %] - [% IF allow_creation %] - [% 'However, you can create a new part which will then be selected.' | $T8 %] - [% END %] - [% ELSE %] - [% 'Please select a part from the list below.' | $T8 %] - [% IF allow_creation %] - [% 'Alternatively you can create a new part which will then be selected.' | $T8 %] - [% END %] - [% END %] -
- - - - [% FOREACH header = HEADER %] - - [% END %] - - - [% FOREACH part = PARTS %] - - - - - - - - - - [% END %] -
 [% header.column_title %]
- - - [% HTML.escape(part.partnumber) %] - - - - [% HTML.escape(part.description) %] -
-
- - [% IF allow_creation %] -

- [% END %] - -
- - -