X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ae9dfb6692fffdcf15f896fb014b525fcf760eb..6ac47be4e3e318ea212ca595195b0b55a9c386a3:/templates/webpages/admin/delete_dataset.html diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index e27657e6c..dcc3b9e65 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,22 +1,20 @@ -[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%][%- USE JavaScript -%] [% INCLUDE 'common/flash.html' %]

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