Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
templates/webpages/admin/dbadmin.html | ||
---|---|---|
1 |
[%- USE HTML %][%- USE LxERP -%][%- USE L -%] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
2 | 4 |
|
3 | 5 |
[% INCLUDE 'common/flash.html' %] |
4 | 6 |
|
5 | 7 |
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1> |
6 | 8 |
|
7 |
<div class="pad-wrapper">
|
|
9 |
<div class="wrapper"> |
|
8 | 10 |
<form method="post" action="controller.pl"> |
9 | 11 |
<p> |
10 | 12 |
[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] |
... | ... | |
36 | 38 |
</tbody> |
37 | 39 |
</table> |
38 | 40 |
|
39 |
[% L.hidden_tag("action", 'Admin/dispatch') %]
|
|
41 |
[% L.hidden_tag("action", 'Admin/dispatch') %] |
|
40 | 42 |
|
41 |
<p>[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</p> |
|
42 |
</div> |
|
43 |
<div class="buttons">[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</div> |
|
44 |
|
|
45 |
</div><!-- /.wrapper --> |
|
43 | 46 |
</form> |
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer