Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / templates / webpages / csv_import / _form_mt940.html
index 652bc98..cb63e7d 100644 (file)
@@ -1,9 +1,12 @@
+[% USE LxERP %]
+[% USE L %]
 
-<script>
-$(function() {
-    $("input[name=sep_char][value='semicolon']").prop('checked', true);
-    $('#settings_numberformat option')[3].selected = true;
-});
-</script>
+<tr>
+ <th align="right">[%- LxERP.t8("Existing bank transactions") %]:</th>
+ <td colspan="10">
+  [% opts = [ [ 'skip', LxERP.t8('Skip entry') ] , [ 'insert_new', LxERP.t8('Insert new') ] ] %]
+  [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %]
+ </td>
+</tr>