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

[% FORM.title %]

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

- [%- 'No project type has been created yet.' | $T8 %] -

- - [%- ELSE %] - - - - - - - - - - [%- FOREACH project_type = PROJECT_TYPES %] - - - - - [%- END %] - -
[ LxERP.t8('reorder item') %][%- 'Description' | $T8 %]
[ LxERP.t8('reorder item') %] - - [%- HTML.escape(project_type.description) %] - -
- [%- END %] - -

- [%- 'Create new project type' | $T8 %] -

-
- - [% L.sortable_element('#project_type_list tbody', url => 'controller.pl?action=ProjectType/reorder', with => 'project_type_id') %]