]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/csv_import/_mapping_item.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / csv_import / _mapping_item.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4 [% USE T8 %]
5
6 <tr>
7   <td><a class='remove_line interact cursor-pointer'>✘</a></td>
8   [% IF item.from %]
9     <td>[% L.hidden_tag('mappings[+].from', item.from) %][% item.from | html %]</td>
10   [% ELSE %]
11     <td>[% L.input_tag('mappings[+].from', '') %]</td>
12   [% END %]
13   <td>[% L.select_tag('mappings[].to', SELF.displayable_columns, value_key='name', title_key='name', default=item.to) %]</td>
14 </tr>
15