X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f74b0dac7a8e55cc7a67c4a03a3ee229415b3fbd..a0d9f09a2e63f0be9eda333ab7fa78679ea55759:/templates/webpages/csv_import/_mapping_item.html diff --git a/templates/webpages/csv_import/_mapping_item.html b/templates/webpages/csv_import/_mapping_item.html new file mode 100644 index 000000000..9e5f74cfb --- /dev/null +++ b/templates/webpages/csv_import/_mapping_item.html @@ -0,0 +1,14 @@ +[%- USE HTML %] +[%- USE LxERP %] +[%- USE L %] +[%- USE T8 %] + + ✘ +[%- IF item.from %] + [% L.hidden_tag('mappings[+].from', item.from) %][% item.from | html %] +[%- ELSE %] + [% L.input_tag('mappings[+].from', '') %] +[%- END %] + [% L.select_tag('mappings[].to', SELF.displayable_columns, value_key='name', title_key='name', default=item.to) %] + +