X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_complexity%2Fform.html;fp=templates%2Fwebpages%2Frequirement_spec_complexity%2Fform.html;h=0000000000000000000000000000000000000000;hp=8088db5e70b5b18f3296f874120fef02a8774940;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/requirement_spec_complexity/form.html b/templates/webpages/requirement_spec_complexity/form.html deleted file mode 100755 index 8088db5e7..000000000 --- a/templates/webpages/requirement_spec_complexity/form.html +++ /dev/null @@ -1,24 +0,0 @@ -[% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

- -
- -[%- INCLUDE 'common/flash.html' %] - - - - - - -
[% LxERP.t8("Description") %][% L.input_tag("requirement_spec_complexity.description", SELF.requirement_spec_complexity.description) %]
- -

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

-