X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fproject_type%2Flist.html;fp=templates%2Fwebpages%2Fproject_type%2Flist.html;h=fc45c0d1ec85a075535df2867fad95d4d355bb41;hb=9c7262bf1daa8ca9bb1c81a11be0e47cbcf1b533;hp=0000000000000000000000000000000000000000;hpb=bf2f7ae280879262754499503fb086332a99e3f2;p=kivitendo-erp.git diff --git a/templates/webpages/project_type/list.html b/templates/webpages/project_type/list.html new file mode 100644 index 000000000..fc45c0d1e --- /dev/null +++ b/templates/webpages/project_type/list.html @@ -0,0 +1,42 @@ +[% 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') %]