X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/829e589a32c75c88c7b2a7e557f0afb0da2b55af..857242398f40610d90f52b83b2d4ac5e1d764b9f:/templates/webpages/admin/delete_dataset.html diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index e27657e6c..e3b61151c 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,4 +1,4 @@ -[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%] [% INCLUDE 'common/flash.html' %] @@ -11,12 +11,12 @@ [% 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 %] +[% IF SELF.all_dbsources.size %]

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

[% L.hidden_tag("dbhost", FORM.dbhost) %] @@ -27,9 +27,28 @@ [% L.hidden_tag("action", "Admin/do_delete_dataset") %]
- [% L.submit_tag('dummy', LxERP.t8('Delete Dataset'), confirm=LxERP.t8('Are you sure?')) %] + [% L.submit_tag('dummy', LxERP.t8('Delete Dataset'), id='submit') %]
+ + [% END %]