X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/44d893c2d2589ac8d09d255f9be0e38d74c48407..63954fb8a44c1a76d3d8529dcc2cca5f9029bd45:/templates/webpages/admin/create_dataset.html diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 220ed845b..5b776569b 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -4,8 +4,6 @@

[% HTML.escape(title) %]

-

[% LxERP.t8('Back') %]

-

[% LxERP.t8('You can either create a new database or chose an existing database.') %] @@ -20,7 +18,7 @@ [% LxERP.t8('Create Dataset') %] - [% L.input_tag('db', FORM.db) %] + [% L.input_tag('db', FORM.db, class="initial_focus") %] @@ -34,17 +32,17 @@ - [% LxERP.t8('Accounting method') %] * + [% LxERP.t8('Accounting method') %] [% L.select_tag('accounting_method', SELF.all_accounting_methods, title_key='name', default=(FORM.accounting_method || 'cash')) %] - [% LxERP.t8('Inventory system') %] * + [% LxERP.t8('Inventory system') %] [% L.select_tag('inventory_system', SELF.all_inventory_systems, title_key='name', default=(FORM.inventory_system || 'periodic')) %] - [% LxERP.t8('Profit determination') %] * + [% LxERP.t8('Profit determination') %] [% L.select_tag('profit_determination', SELF.all_profit_determinations, title_key='name', default=(FORM.profit_determination || 'income')) %]