X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fdbadmin.html;h=ab92eb58b047c24c4e8484291e50616b97aefab5;hb=09800b73f7503b0de87cfa1c1e53250acd2e8781;hp=f6097a51b3d99e4667ef01288111e5973618b86d;hpb=f14f519c1e261380fac46994e8dec7614ed82d89;p=kivitendo-erp.git diff --git a/templates/webpages/admin/dbadmin.html b/templates/webpages/admin/dbadmin.html index f6097a51b..ab92eb58b 100644 --- a/templates/webpages/admin/dbadmin.html +++ b/templates/webpages/admin/dbadmin.html @@ -1,72 +1,36 @@ -[%- USE T8 %] -[% USE HTML %] - -

[% title %]

- -
- [% 'Back' | $T8 %] - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
[% 'Host' | $T8 %][% 'Port' | $T8 %]
[% 'Database User' | $T8 %][% 'Password' | $T8 %]
[% 'Database template' | $T8 %]
- -
- - - -
- - - - [% IF ALLOW_DBBACKUP %] - - - [% END %] -
-
- -

[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]

- -

[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]

- - - +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] + +[% INCLUDE 'common/flash.html' %] + +

[% LxERP.t8("Database login (#1)", title) %]

+ +

[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] [% LxERP.t8('Nothing will be created or deleted at this stage!') %]

+ +
+ + + + + + + + + + + + + + + + + + + +
[% LxERP.t8('Host') %][% L.input_tag('dbhost', dbhost, size=30, class="initial_focus") %][% LxERP.t8('Port') %][% L.input_tag('dbport', dbport, size=6) %]
[% LxERP.t8('Database User') %][% L.input_tag("dbuser", dbuser, size=30) %][% LxERP.t8('Password') %][% L.input_tag("dbpasswd", dbpasswd, type='password', size=30) %]
[% LxERP.t8('Database template') %][% L.input_tag("dbdefault", dbdefault, size=30) %]
+ + [% L.hidden_tag("action", 'Admin/dispatch') %] + +

+ [% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %] +

+