X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fdbadmin.html;h=dc0a2142d1a9e4414a09ea1ffc64265b387bc30f;hb=3b9c2119792ae678e9368a0141d7f8646fd6ef42;hp=f13887cccd116aa1c11efff86f34e4f202412ef1;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/templates/webpages/admin/dbadmin.html b/templates/webpages/admin/dbadmin.html index f13887ccc..dc0a2142d 100644 --- a/templates/webpages/admin/dbadmin.html +++ b/templates/webpages/admin/dbadmin.html @@ -1,73 +1,38 @@ -[%- USE T8 %] -[% USE HTML %] - -

[% title %]

- -
- - - - - - - -
- - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
[% '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' %] + +

[% HTML.escape(title) %]

+ +

[% LxERP.t8('Back') %]

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

[% LxERP.t8('This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!') %]