Syntaxfehler in html-template
authorBernd Blessmann <bibi@online.de>
Wed, 26 Sep 2012 10:19:00 +0000 (12:19 +0200)
committerBernd Blessmann <bibi@online.de>
Wed, 26 Sep 2012 10:19:00 +0000 (12:19 +0200)
templates/webpages/csv_import/_form_parts.html

index c88b710..e499e80 100644 (file)
@@ -11,7 +11,7 @@
 <tr>
  <th align="right">[%- LxERP.t8('Sellprice significant places') %]:</th>
  <td colspan="10">
-  [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places')), style = 'width: 300px') %]
+  [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places'), style = 'width: 300px') %]
  </td>
 </tr>
 
@@ -54,7 +54,7 @@
 <tr>
  <th align="right" valign="top">[%- LxERP.t8('Default unit') %]:</th>
  <td colspan="10" valign="top">
-  [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit')) %]
+  [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit') %]
   [% L.select_tag('settings.default_unit', opts, style => 'width: 300px') %]
  </td>
 </tr>