Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / admin / check_auth_tables.html
index 816d0b1..0e1d80a 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <p>
   [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
@@ -27,7 +27,7 @@
  </table>
 
  <p>
-  [% 'If you want to change any of these parameters then press the &quot;Back&quot; button, edit the file &quot;config/lx_office.conf&quot; and login into the admin module again.' | $T8 %]
+  [% 'If you want to change any of these parameters then press the &quot;Back&quot; button, edit the file &quot;config/kivitendo.conf&quot; and login into the admin module again.' | $T8 %]
  </p>
 
  <form method="post" action="admin.pl">
@@ -39,6 +39,3 @@
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  </form>
-
-</body>
-</html>