]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/form.html
Date-Input-Felder durch 'L.date_tag's ersetzt
[mfinanz.git] / templates / webpages / csv_import / form.html
index c9c9133c9eac960d4e51335bd8fb0864f2158cde..e835ed505971b8d540a968743b25175a40b20372 100644 (file)
    </p>
 [%- END %]
 
    </p>
 [%- END %]
 
+   <p>
+    [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %]
+   </p>
+
   </div>
 
   <hr>
   </div>
 
   <hr>
  [%- INCLUDE 'csv_import/_form_customers_vendors.html' %]
 [%- END %]
 
  [%- INCLUDE 'csv_import/_form_customers_vendors.html' %]
 [%- END %]
 
+   <tr>
+    <th align="right">[%- LxERP.t8('Preview Mode') %]:</th>
+    <td colspan="10">
+      [% L.radio_button_tag('settings.full_preview', value=2, checked=SELF.profile.get('full_preview')==2, label=LxERP.t8('Full Preview')) %]
+      [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Warnings and Errors')) %]
+      [% L.radio_button_tag('settings.full_preview', value=0, checked=!SELF.profile.get('full_preview'),   label=LxERP.t8('First 20 Lines')) %]
+    </td>
+   </tr>
+
    <tr>
     <th align="right">[%- LxERP.t8('Import file') %]:</th>
     <td colspan="10">[% L.input_tag('file', '', type => 'file', accept => '*') %]</td>
    <tr>
     <th align="right">[%- LxERP.t8('Import file') %]:</th>
     <td colspan="10">[% L.input_tag('file', '', type => 'file', accept => '*') %]</td>