X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fdelete_dataset.html;h=dcc3b9e65fcf92e96de986d71773e44c96638a17;hb=c05d6e3a062effb45e667ed687be463b700ffc50;hp=2062aed2fa0bcc7b814d9b7c7db5d23daa7acdec;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index 2062aed2f..dcc3b9e65 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,32 +1,52 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%] -

[% title %]

+[% INCLUDE 'common/flash.html' %] -
+

[% HTML.escape(title) %]

-

[% 'You can only delete datasets that are not in use.' | $T8 %] - [% 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' | $T8 %]

+

+ [% LxERP.t8('You can only delete datasets that are not in use.') %] + [% LxERP.t8('If you want to delete such a dataset you have to edit the client(s) that are using the dataset in question and have them use another dataset.') %] +

-

[% 'Please seletct the dataset you want to delete:' | $T8 %] - -

+[% IF SELF.all_dbsources.size %] - - - - - - + +

+ [% LxERP.t8('Please select the dataset you want to delete:') %] + [% L.select_tag('db', SELF.all_dbsources, class="initial_focus") %] +

- + [% L.hidden_tag("dbhost", FORM.dbhost) %] + [% L.hidden_tag("dbport", FORM.dbport) %] + [% L.hidden_tag("dbuser", FORM.dbuser) %] + [% L.hidden_tag("dbpasswd", FORM.dbpasswd) %] + [% L.hidden_tag("dbdefault", FORM.dbdefault) %] + [% L.hidden_tag("action", "Admin/do_delete_dataset") %] +
+ [% L.submit_tag('dummy', LxERP.t8('Delete Dataset'), id='submit') %] +
- +
-

+ + +[% END %]