]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/create_dataset.html
Asterisk-Kommentare beim Anlegen einer Datenbank entfernt
[kivitendo-erp.git] / templates / webpages / admin / create_dataset.html
index 2f90d579ac5374b0a5924e16b30d39cea9546f69..5b776569bc3f777f563c19f740cde5e3910f81c0 100644 (file)
   </tr>
 
   <tr>
-   <th valign="top" align="right" nowrap>[% LxERP.t8('Accounting method') %] *</th>
+   <th valign="top" align="right" nowrap>[% LxERP.t8('Accounting method') %]</th>
    <td>[% L.select_tag('accounting_method', SELF.all_accounting_methods, title_key='name', default=(FORM.accounting_method || 'cash')) %]</td>
   </tr>
 
   <tr>
-   <th valign="top" align="right" nowrap>[% LxERP.t8('Inventory system') %] *</th>
+   <th valign="top" align="right" nowrap>[% LxERP.t8('Inventory system') %]</th>
    <td>[% L.select_tag('inventory_system', SELF.all_inventory_systems, title_key='name', default=(FORM.inventory_system || 'periodic')) %]</td>
   </tr>
 
   <tr>
-   <th valign="top" align="right" nowrap>[% LxERP.t8('Profit determination') %] *</th>
+   <th valign="top" align="right" nowrap>[% LxERP.t8('Profit determination') %]</th>
    <td>[% L.select_tag('profit_determination', SELF.all_profit_determinations, title_key='name', default=(FORM.profit_determination || 'income')) %]</td>
   </tr>
  </table>