X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/department/list.html diff --git a/templates/webpages/department/list.html b/templates/webpages/department/list.html deleted file mode 100644 index 5406f6362..000000000 --- a/templates/webpages/department/list.html +++ /dev/null @@ -1,40 +0,0 @@ -[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] - -
[% FORM.title %]
- -[%- INCLUDE 'common/flash.html' %] - -
- [% IF !DEPARTMENTS.size %] -

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

- - [%- ELSE %] - - - - - - - - - [%- FOREACH department = DEPARTMENTS %] - - - - [%- END %] - -
[%- 'Description' | $T8 %]
- - [%- HTML.escape(department.description) %] - -
- [%- END %] - -
- -

- [%- 'Create new department' | $T8 %] -

-