]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/login_screen/basic_tables_missing.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / login_screen / basic_tables_missing.html
1 [% USE LxERP %]
2
3 <div class="wrapper">
4
5   <p><b>[% LxERP.t8('Error!') %]</b></p>
6
7   <p>
8     [% LxERP.t8('The basic client tables have not been created for this client\'s database yet.') %]
9     [% LxERP.t8('Please log in to the administration panel.') %]
10     [% LxERP.t8('Then go to the database administration and chose "create database".') %]
11     [% LxERP.t8('There you can let kivitendo create the basic tables for you, even in an already existing database.') %]
12   </p>
13
14   <hr>
15
16   <p>
17     [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
18     [% 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>
19   </p>
20
21   <hr>
22
23   <p>
24     <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
25     <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
26   </p>
27
28 </div><!-- /.wrapper -->