Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 675ce315

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

  • ID 675ce3159a58ffb8d485d15a3e0e51cf3824a411
  • Vorgänger 81812601
  • Nachfolger e7b19745

Design 4.0: Aenderungen in templates/webpages/csv_import/..

Unterschiede anzeigen:

templates/webpages/csv_import/_form_banktransactions.html
1 1
[% USE LxERP %]
2 2
[% USE L %]
3 3
<tr>
4
 <th align="right">[%- LxERP.t8("Existing bank transactions") %]:</th>
5
 <td colspan="10">
4
 <th>[% LxERP.t8("Existing bank transactions") %]:</th>
5
 <td>
6 6
  [% opts = [ [ 'skip', LxERP.t8('Skip entry') ] , [ 'insert_new', LxERP.t8('Insert new') ] ] %]
7
  [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), style = 'width: 300px') %]
8
 </td>
7
  [% L.select_tag('settings.update_policy', opts, default = SELF.profile.get('update_policy'), class='wi-normal') %]
8
</td>
9 9
</tr>

Auch abrufbar als: Unified diff