]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/client_config/_bank.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / client_config / _bank.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4 [% USE T8 %]
5
6 <div id="bank">
7 <div class="wrapper">
8   <table class="tbl-horizontal">
9     <caption>[% 'SEPA' | $T8 %]</caption>
10     <tbody>
11       <tr>
12         <th>[% LxERP.t8('SEPA-XML File extension') %]</th>
13         <td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
14         <td class="longdesc">[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
15       </tr>
16     [% 'Bank' | $T8 %]
17       <tr>
18         <th>[% LxERP.t8('Ignore Proposals for Bank Transactions') %]</th>
19         <td>[% L.yes_no_tag('defaults.no_bank_proposals', SELF.defaults.no_bank_proposals) %]</td>
20         <td class="longdesc">
21           [% LxERP.t8('If enabled the tab Proposals will not be the default view for bank transaction bookings') %]<br>
22           [% LxERP.t8('This is helpful if you prefer a chronologic order of bank transactions, i.e. the tab all transactions meanwhile you are still able to use the quick add link for the suggested proposals') %]
23         </td>
24       </tr>
25     </tbody>
26   </table>
27 </div><!-- /.wrapper -->
28 </div><!-- /#bank -->