Wenn DB existiert aber Basistabellen fehlen anständige Fehlermeldung anzeigen
[kivitendo-erp.git] / templates / webpages / login_screen / basic_tables_missing.html
1 [%- USE LxERP %]
2
3  <p><b>[% LxERP.t8('Error!') %]</b></p>
4
5  <p>
6   [% LxERP.t8('The basic client tables have not been created for this client\'s database yet.') %]
7   [% LxERP.t8('Please log in to the administration panel.') %]
8   [% LxERP.t8('Then go to the database administration and chose "create database".') %]
9   [% LxERP.t8('There you can let kivitendo create the basic tables for you, even in an already existing database.') %]
10  </p>
11
12  <hr>
13  <p>
14   [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
15   [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
16  </p>
17
18  <hr>
19
20  <p>
21   <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
22   <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
23  </p>