X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8c7e44938a661e035f62840e1e177353240ace5d..ce45d060ad245812e20b9e667225fcb849b80cd4:/templates/webpages/generic/part_selection_master.html diff --git a/templates/webpages/generic/part_selection_master.html b/templates/webpages/generic/part_selection_master.html deleted file mode 100644 index 41c3f5181..000000000 --- a/templates/webpages/generic/part_selection_master.html +++ /dev/null @@ -1,116 +0,0 @@ -[% USE HTML %] - -
- - - - - - - - - - -
[% title %]
- - - - - - - [% UNLESS no_parts_found %] - - - - [% END %] -
- [% IF no_parts_found %] - No part was found matching the search parameters. - [% IF allow_creation %] - However, you can create a new part which will then be selected. - [% END %] - [% ELSE %] - Please select a part from the list below. - [% IF allow_creation %] - Alternatively you can create a new part which will then be selected. - [% 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 %] - -
- - - - -