[%- USE HTML %][%- USE LxERP -%][%- USE L -%] [% INCLUDE 'common/flash.html' %]

[% LxERP.t8("Database login (#1)", title) %]

[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] [% LxERP.t8('Nothing will be created or deleted at this stage!') %]

[% LxERP.t8('Host') %] [% L.input_tag('dbhost', dbhost, size=30, class="initial_focus") %] [% LxERP.t8('Port') %] [% L.input_tag('dbport', dbport, size=6) %]
[% LxERP.t8('Database User') %] [% L.input_tag("dbuser", dbuser, size=30) %] [% LxERP.t8('Password') %] [% L.input_tag("dbpasswd", dbpasswd, type='password', size=30) %]
[% LxERP.t8('Database template') %] [% L.input_tag("dbdefault", dbdefault, size=30) %]
[% L.hidden_tag("action", 'Admin/dispatch') %]

[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]