X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=b8343fb3925805d06ae8cdc586793f8cd5f870d8;hb=a6ce2c7f3f7ae10f7065fb86121c8d11049617ee;hp=5e25f8e77a6f184e1543bd39240b68d8ea82f6fc;hpb=cdab9f5d03b9c1d529155cf3b95d227d473bfb6d;p=kivitendo-erp.git 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') %] -