X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcreate_dataset.html;h=5b776569bc3f777f563c19f740cde5e3910f81c0;hb=ad033a768bbe46566afa159008c42ff7fc6bb35a;hp=220ed845b8e065c8b914a4d9fc41f35b8148d0a7;hpb=32f6b40f49f084318d614f868407c83c36f35e00;p=kivitendo-erp.git 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')) %]