X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/40e0911a4ec0bbae2036839e0d9a954ea5c76d07..dcef8eb00b07cf85be6fe9f97e233b3e1d4847db:/templates/webpages/project/form.html diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 5e25f8e77..b8343fb39 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -7,7 +7,7 @@ [%- INCLUDE 'common/flash.html' %] -
+ [% L.hidden_tag("callback", callback) %] [% L.hidden_tag("id", SELF.project.id) %] @@ -39,14 +39,4 @@ [%- END %] - -

- [% L.hidden_tag("action", "Project/dispatch") %] - [% L.submit_tag("action_" _ (SELF.project.id ? "update" : "create"), LxERP.t8('Save')) %] - [%- IF SELF.project.id %] - [% L.submit_tag("action_create", LxERP.t8('Save as new')) %] - [% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) IF !SELF.project.is_used %] - [%- END %] - [%- LxERP.t8('Abort') %] -