X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/14b824ae47b746673eb94885b0c972fd5a84a62a..21f24006746e89bd2481c5c9d14f04978b7403e3:/templates/webpages/requirement_spec_complexity/list.html diff --git a/templates/webpages/requirement_spec_complexity/list.html b/templates/webpages/requirement_spec_complexity/list.html new file mode 100644 index 000000000..32ef57495 --- /dev/null +++ b/templates/webpages/requirement_spec_complexity/list.html @@ -0,0 +1,42 @@ +[% USE HTML %][% USE L %][% USE LxERP %] + +
[% FORM.title %]
+ +[%- INCLUDE "common/flash.html" %] + +
+ [% IF !REQUIREMENT_SPEC_COMPLEXITIES.size %] +

+ [%- LxERP.t8("No complexities has been created yet.") %] +

+ + [%- ELSE %] + + + + + + + + + + [%- FOREACH requirement_spec_complexity = REQUIREMENT_SPEC_COMPLEXITIES %] + + + + + [%- END %] + +
[ LxERP.t8([%- LxERP.t8("Description") %]
[ LxERP.t8( + requirement_spec_complexity.id) %]"> + [%- HTML.escape(requirement_spec_complexity.description) %] + +
+ [%- END %] + +

+ [%- LxERP.t8("Create a new complexity") %] +

+
+ + [% L.sortable_element("#requirement_spec_complexity_list tbody", url => "controller.pl?action=RequirementSpecComplexity/reorder", with => "requirement_spec_complexity_id") %]