]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/pay_posting_import/form.html
date error in mapping
[mfinanz.git] / templates / webpages / pay_posting_import / form.html
index 06f6f02e483641087ae69493df9cfc33349dfa3e..53de95b9ccb631aa0c3295ed6678a2f04421c1e5 100644 (file)
  </table>
  <div>
 [% END %]
-
 <p>
  [% "Import a File:" | $T8 %]
 </p>
 <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
   [% L.input_tag('file', '', type => 'file', accept => '.csv') %]
+  <p>[% L.checkbox_tag('set_closedto', value => 1, checked => 1, class => 'checkbox') %]  [% 'Close Books up to' | $T8 %]:</p>
+  [% L.date_tag('closedto', closedto) %]
 </form>