X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..44d893c2d2589ac8d09d255f9be0e38d74c48407:/templates/webpages/admin/delete_dataset.html diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index 1de867f8a..b32f1ed8b 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,27 +1,35 @@ -[%- USE T8 %] -[%- USE HTML %] -

[% title %]

-

[% 'Back' | $T8 %]

-
+[%- USE HTML %][%- USE LxERP -%][%- USE L -%] -

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

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

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

+

[% HTML.escape(title) %]

- - - - - +

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

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

-

+ [% 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'), confirm=LxERP.t8('Are you sure?')) %] +
+ + + +[% END %]