X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;h=d5bb5b887826003432cf366c0a96a7baaa1add25;hb=187c4ee192da9281f42800e6ac8ae08f23d9a9d6;hp=5e25f8e77a6f184e1543bd39240b68d8ea82f6fc;hpb=cdab9f5d03b9c1d529155cf3b95d227d473bfb6d;p=kivitendo-erp.git diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 5e25f8e77..d5bb5b887 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) %] @@ -17,6 +17,15 @@ [%- IF CUSTOM_VARIABLES.size %]
  • [% 'Custom Variables' | $T8 %]
  • [%- END %] + [%- IF SELF.may_edit_invoice_permissions %] +
  • [% 'Permissions for invoices' | $T8 %]
  • + [%- END %] + [%- IF SELF.project.id %] +
  • [% 'Project Details' | $T8 %]
  • + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Attachments' | $T8 %]
  • + [%- END %] + [%- END %] [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -32,6 +41,12 @@ [%- END %] + [%- IF SELF.may_edit_invoice_permissions %] +
    + [%- PROCESS 'project/_invoice_permissions.html' %] +
    + [%- END %] + [%- IF SELF.project.id and AUTH.assert('record_links', 1) %]
    [%- PROCESS 'project/_linked_records.html' records=SELF.linked_records %] @@ -39,14 +54,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') %] -