Asterisk-Kommentare beim Anlegen einer Datenbank entfernt
authorG. Richardson <information@kivitendo-premium.de>
Fri, 28 Feb 2014 13:06:53 +0000 (14:06 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 28 Feb 2014 13:35:56 +0000 (14:35 +0100)
Der Text, auf den sich die Verweise bezogen, existiert nicht mehr.

templates/webpages/admin/create_dataset.html

index 2f90d57..5b77656 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>