5 [% INCLUDE 'common/flash.html' %]
7 <h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
10 <form method="post" action="controller.pl">
12 [% LxERP.t8('Here you only provide the credentials for logging into the database.') %]
13 [% LxERP.t8('Nothing will be created or deleted at this stage!') %]
16 <table class="tbl-horizontal">
19 <th>[% LxERP.t8('Host') %]</th>
20 <td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus wi-wide") %]</td>
23 <th>[% LxERP.t8('Port') %]</th>
24 <td>[% L.input_tag('dbport', dbport, class="wi-verysmall") %]</td>
27 <th>[% LxERP.t8('Database User') %]</th>
28 <td>[% L.input_tag("dbuser", dbuser, class="wi-wide") %]</td>
31 <th>[% LxERP.t8('Password') %]</th>
32 <td>[% L.input_tag("dbpasswd", dbpasswd, type='password', class="wi-wide") %]</td>
35 <th>[% LxERP.t8('Database template') %]</th>
36 <td>[% L.input_tag("dbdefault", dbdefault, class="wi-wide") %]</td>
41 [% L.hidden_tag("action", 'Admin/dispatch') %]
43 <div class="buttons">[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</div>
45 </div><!-- /.wrapper -->