X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/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 deleted file mode 100644 index 3ce2d9400..000000000 --- a/templates/webpages/requirement_spec_complexity/list.html +++ /dev/null @@ -1,41 +0,0 @@ -[% 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") %]