4  <div class="listtop">[% title %]</div>
 
   7   [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
 
  12    <td>[% 'Host' | $T8 %]:</td>
 
  13    <td>[% HTML.escape(db_host) %]</td>
 
  16    <td>[% 'Port' | $T8 %]:</td>
 
  17    <td>[% HTML.escape(db_port) %]</td>
 
  20    <td>[% 'User name' | $T8 %]:</td>
 
  21    <td>[% HTML.escape(db_user) %]</td>
 
  24    <td>[% 'Database name' | $T8 %]:</td>
 
  25    <td>[% HTML.escape(db_db) %]</td>
 
  30   [% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' | $T8 %]
 
  33  <form method="post" action="admin.pl">
 
  35   <input type="hidden" name="{AUTH}admin_password" value="[% HTML.escape(admin_password) %]">
 
  36   <input type="hidden" name="action" value="create_auth_tables">
 
  38   <input type="submit" class="submit" value="[% 'Create tables' | $T8 %]">
 
  39   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">