X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2ff2f6c9c9f95845ddb83d1cef264e580977759c..4bed72f:/templates/webpages/department/list.html diff --git a/templates/webpages/department/list.html b/templates/webpages/department/list.html index 059aa33b0..5406f6362 100644 --- a/templates/webpages/department/list.html +++ b/templates/webpages/department/list.html @@ -1,6 +1,5 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] -
[% FORM.title %]
[%- INCLUDE 'common/flash.html' %] @@ -16,8 +15,6 @@ [%- 'Description' | $T8 %] - [%- 'Cost Center' | $T8 %] - [%- 'Profit Center' | $T8 %] @@ -29,8 +26,6 @@ [%- HTML.escape(department.description) %] - [%- IF department.role == 'C' %]X[%- END %] - [%- IF department.role == 'P' %]X[%- END %] [%- END %] @@ -43,5 +38,3 @@ [%- 'Create new department' | $T8 %]

- -