X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6761a7c1fdf3074ac5a16dccf04d40dbc64f6b5f..459574b971b01d2cc88c5d4cbe1ad14c11b19ec7:/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 0f962b490..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") %]