Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 87b46951

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 87b4695107ec8050f4492525d08c39c962a0faea
  • Vorgänger 5c40e64a
  • Nachfolger c2fac37a

Neues kivitendo Design Aenderungen in templates/webpages/csv_import/..

Unterschiede anzeigen:

templates/webpages/csv_import/_form_customers_vendors.html
2 2
[% USE L %]
3 3

  
4 4
<tr>
5
 <th align="right">[%- LxERP.t8('Target table') %]:</th>
6
 <td colspan="10">
5
 <th>[%- LxERP.t8('Target table') %]:</th>
6
 <td>
7 7
  [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %]
8 8
  [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %]
9 9
 </td>
10 10
</tr>
11 11

  
12 12
<tr>
13
 <th align="right">[%- LxERP.t8('Existing customers/vendors with same customer/vendor number') %]:</th>
14
 <td colspan="10">
13
 <th>[%- LxERP.t8('Existing customers/vendors with same customer/vendor number') %]:</th>
14
 <td>
15 15
  [% opts = [ [ 'update_existing', LxERP.t8('Update properties of existing entries') ], [ 'insert_new', LxERP.t8('Insert with new customer/vendor number') ], [ 'skip', LxERP.t8('Skip entry') ] ] %]
16 16
  [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %]
17 17
 </td>
18 18
</tr>
19 19

  
20 20
<tr>
21
 <th align="right" valign="top">[%- LxERP.t8('Default taxzone') %]:</th>
22
 <td colspan="10" valign="top">
21
 <th>[%- LxERP.t8('Default taxzone') %]:</th>
22
 <td>
23 23
  [% L.select_tag('settings.default_taxzone', SELF.all_taxzones, default = SELF.profile.get('default_taxzone'), title_key = 'description', style => 'width: 300px') %]
24 24
 </td>
25 25
</tr>

Auch abrufbar als: Unified diff