X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2Fform.html;fp=templates%2Fwebpages%2Fproject%2Fform.html;h=ee132ef79d93b324b7e4d5ad7e060864c758f8bc;hp=c93a768c7003a07430a994aff94f8ff318bdc6ca;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index c93a768c7..ee132ef79 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,7 +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 %] + [%- 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,21 +40,17 @@ [%- END %] - [%- IF SELF.project.id %] + [%- 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 %]
    [%- 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') %] -