X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..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 b932b52c4..000000000 --- a/templates/webpages/department/list.html +++ /dev/null @@ -1,39 +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 %] -

-