X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fdelete_dataset.html;h=e3b61151c16e95f469c233224e72d852a93c4a00;hb=c85291ee4adfab9c21e5d780275221197365e120;hp=5db6ab37d915bcad07b3270feb631ee82897c6c8;hpb=e055700faea1906bea6c03184ba4516b57cac887;p=kivitendo-erp.git diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index 5db6ab37d..e3b61151c 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,32 +1,54 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%] -

[% title %]

-

[% 'Back' | $T8 %]

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

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

+

[% HTML.escape(title) %]

-

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

+

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

- - - - - - +

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

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