Revision e7c11f83
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
templates/webpages/admin/dbadmin.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1> |
6 | 6 |
|
7 |
<p>[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] [% LxERP.t8('Nothing will be created or deleted at this stage!') %]</p> |
|
8 |
|
|
7 |
<div class="pad-wrapper"> |
|
9 | 8 |
<form method="post" action="controller.pl"> |
10 |
<table> |
|
11 |
<tr> |
|
12 |
<th align="right">[% LxERP.t8('Host') %]</th> |
|
13 |
<td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus") %]</td> |
|
14 |
<th align="right">[% LxERP.t8('Port') %]</th> |
|
15 |
<td>[% L.input_tag('dbport', dbport, size=6) %]</td> |
|
16 |
</tr> |
|
17 |
|
|
18 |
<tr> |
|
19 |
<th align="right">[% LxERP.t8('Database User') %]</th> |
|
20 |
<td>[% L.input_tag("dbuser", dbuser, size=30) %]</td> |
|
21 |
<th align="right">[% LxERP.t8('Password') %]</th> |
|
22 |
<td>[% L.input_tag("dbpasswd", dbpasswd, type='password', size=30) %]</td> |
|
23 |
</tr> |
|
24 |
|
|
25 |
<tr> |
|
26 |
<th align="right">[% LxERP.t8('Database template') %]</th> |
|
27 |
<td>[% L.input_tag("dbdefault", dbdefault, size=30) %]</td> |
|
28 |
</tr> |
|
29 |
</table> |
|
9 |
<p> |
|
10 |
[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] |
|
11 |
[% LxERP.t8('Nothing will be created or deleted at this stage!') %] |
|
12 |
</p> |
|
13 |
|
|
14 |
<table class="tbl-horizontal"> |
|
15 |
<tbody> |
|
16 |
<tr> |
|
17 |
<th>[% LxERP.t8('Host') %]</th> |
|
18 |
<td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus wi-wide") %]</td> |
|
19 |
</tr> |
|
20 |
<tr> |
|
21 |
<th>[% LxERP.t8('Port') %]</th> |
|
22 |
<td>[% L.input_tag('dbport', dbport, class="wi-verysmall") %]</td> |
|
23 |
</tr> |
|
24 |
<tr> |
|
25 |
<th>[% LxERP.t8('Database User') %]</th> |
|
26 |
<td>[% L.input_tag("dbuser", dbuser, class="wi-wide") %]</td> |
|
27 |
</tr> |
|
28 |
<tr> |
|
29 |
<th>[% LxERP.t8('Password') %]</th> |
|
30 |
<td>[% L.input_tag("dbpasswd", dbpasswd, type='password', class="wi-wide") %]</td> |
|
31 |
</tr> |
|
32 |
<tr> |
|
33 |
<th>[% LxERP.t8('Database template') %]</th> |
|
34 |
<td>[% L.input_tag("dbdefault", dbdefault, class="wi-wide") %]</td> |
|
35 |
</tr> |
|
36 |
</tbody> |
|
37 |
</table> |
|
30 | 38 |
|
31 | 39 |
[% L.hidden_tag("action", 'Admin/dispatch') %] |
32 | 40 |
|
33 |
<p> |
|
34 |
[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %] |
|
35 |
</p> |
|
41 |
<p>[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</p> |
|
42 |
</div> |
|
36 | 43 |
</form> |
Auch abrufbar als: Unified diff
Anpassungen für die Präsentation am kivitendo Treffen April 2018