Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1d695e20

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 1d695e2066b644841d4849569c49999f9f13768c
  • Vorgänger 6a47fed7
  • Nachfolger 99621954

Neues kivitendo Design 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