Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 58ca9076

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 58ca9076f0b605e39e5efd30489a4d066ff6c5f7
  • Vorgänger d80f175e
  • Nachfolger 2a97e655

Neues kivitendo Design Aenderungen in templates/webpages/admin/..

Unterschiede anzeigen:

templates/webpages/admin/check_auth_tables.html
1
[%- USE T8 %]
2
[%- USE HTML %][%- USE LxERP -%][%- USE L -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
3 5

  
4
 <h1>[% title %]</h1>
6
<h1>[% title %]</h1>
5 7

  
6
 <p>
7
  [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
8
 </p>
8
<p>[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]</p>
9 9

  
10
 <table border="0">
10
<table>
11 11
  <tr>
12
   <td>[% 'Host' | $T8 %]:</td>
13
   <td>[% HTML.escape(SELF.db_cfg.host) %]</td>
12
    <td>[% 'Host' | $T8 %]:</td>
13
    <td>[% HTML.escape(SELF.db_cfg.host) %]</td>
14 14
  </tr>
15 15
  <tr>
16
   <td>[% 'Port' | $T8 %]:</td>
17
   <td>[% HTML.escape(SELF.db_cfg.port) %]</td>
16
    <td>[% 'Port' | $T8 %]:</td>
17
    <td>[% HTML.escape(SELF.db_cfg.port) %]</td>
18 18
  </tr>
19 19
  <tr>
20
   <td>[% 'User name' | $T8 %]:</td>
21
   <td>[% HTML.escape(SELF.db_cfg.user) %]</td>
20
    <td>[% 'User name' | $T8 %]:</td>
21
    <td>[% HTML.escape(SELF.db_cfg.user) %]</td>
22 22
  </tr>
23 23
  <tr>
24
   <td>[% 'Database name' | $T8 %]:</td>
25
   <td>[% HTML.escape(SELF.db_cfg.db) %]</td>
24
    <td>[% 'Database name' | $T8 %]:</td>
25
    <td>[% HTML.escape(SELF.db_cfg.db) %]</td>
26 26
  </tr>
27
 </table>
27
</table>
28 28

  
29
 <p>
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 %]
31
 </p>
32

  
33
 <form method="post" action="controller.pl">
34
  [%- L.hidden_tag("action", 'Admin/create_auth_tables') %]
35
  [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
29
<p>[% '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 %]</p>
36 30

  
31
<form method="post" action="controller.pl">
32
  [% L.hidden_tag("action", 'Admin/create_auth_tables') %]
33
  [% L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
37 34
  [% L.submit_tag("dummy", LxERP.t8("Create tables")) %]
38 35
  [% L.button_tag("history.back()", LxERP.t8("Back")) %]
39
 </form>
36
</form>
37

  

Auch abrufbar als: Unified diff