X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_type%2Flist.html;fp=templates%2Fwebpages%2Frequirement_spec_type%2Flist.html;h=0000000000000000000000000000000000000000;hp=3c81986d86d29d4053fd66d6f8579fcbd88daa8b;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/requirement_spec_type/list.html b/templates/webpages/requirement_spec_type/list.html deleted file mode 100644 index 3c81986d8..000000000 --- a/templates/webpages/requirement_spec_type/list.html +++ /dev/null @@ -1,46 +0,0 @@ -[% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

- -[%- INCLUDE 'common/flash.html' %] - -
- [% IF !REQUIREMENT_SPEC_TYPES.size %] -

- [%- LxERP.t8('No requirement spec type has been created yet.') %] -

- - [%- ELSE %] - - - - - - - - - - - - [%- FOREACH requirement_spec_type = REQUIREMENT_SPEC_TYPES %] - - - - - - - - [%- END %] - -
[ LxERP.t8('reorder item') %][%- LxERP.t8('Description') %][%- LxERP.t8('Section number format') %][%- LxERP.t8('Function block number format') %]
[ LxERP.t8('reorder item') %] - - [%- HTML.escape(requirement_spec_type.description) %] - - [% HTML.escape(requirement_spec_type.section_number_format) %][% HTML.escape(requirement_spec_type.function_block_number_format) %]
- [%- END %] - -

- [%- LxERP.t8('Create a new requirement spec type') %] -

-
- - [% L.sortable_element('#requirement_spec_type_list tbody', url => 'controller.pl?action=RequirementSpecType/reorder', with => 'requirement_spec_type_id') %]