]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/create_dataset.html
Merge branch 'berichte-bestellnummer-des-kunden'
[mfinanz.git] / templates / webpages / admin / create_dataset.html
index 220ed845b8e065c8b914a4d9fc41f35b8148d0a7..5b776569bc3f777f563c19f740cde5e3910f81c0 100644 (file)
@@ -4,8 +4,6 @@
 
 <h1>[% HTML.escape(title) %]</h1>
 
-<p><a href="controller.pl?action=Admin/database_administration">[% LxERP.t8('Back') %]</a></p>
-
 <form method="post" action="controller.pl">
  <p>
   [% LxERP.t8('You can either create a new database or chose an existing database.') %]
@@ -20,7 +18,7 @@
 
   <tr>
    <th align="right" nowrap>[% LxERP.t8('Create Dataset') %]</th>
-   <td>[% L.input_tag('db', FORM.db) %]</td>
+   <td>[% L.input_tag('db', FORM.db, class="initial_focus") %]</td>
   </tr>
 
   <tr>
   </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>