X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/14b824ae47b746673eb94885b0c972fd5a84a62a..21f24006746e89bd2481c5c9d14f04978b7403e3:/templates/webpages/requirement_spec_complexity/form.html diff --git a/templates/webpages/requirement_spec_complexity/form.html b/templates/webpages/requirement_spec_complexity/form.html new file mode 100755 index 000000000..994fb9464 --- /dev/null +++ b/templates/webpages/requirement_spec_complexity/form.html @@ -0,0 +1,24 @@ +[% 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') %] +

+