SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select...
[kivitendo-erp.git] / templates / webpages / csv_import / _form_customers_vendors.html
1 [% USE LxERP %]
2 [% USE L %]
3
4 <tr>
5  <th align="right">[%- LxERP.t8('Target table') %]:</th>
6  <td colspan="10">
7   [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %]
8   [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %]
9  </td>
10 </tr>