X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/department/form.html diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html deleted file mode 100644 index 81eb941bc..000000000 --- a/templates/webpages/department/form.html +++ /dev/null @@ -1,25 +0,0 @@ -[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] -[% SET is_used = SELF.department.is_used %] - -
-
[% FORM.title %]
- -[%- INCLUDE 'common/flash.html' %] - - - - - - -
[%- 'Description' | $T8 %][% L.input_tag("department.description", SELF.department.description) %]
- -

- [% L.hidden_tag("id", SELF.department.id) %] - [% L.hidden_tag("action", "Department/dispatch") %] - [% L.submit_tag("action_" _ (SELF.department.id ? "update" : "create"), LxERP.t8('Save')) %] - [%- IF SELF.department.id && !is_used %] - [% L.submit_tag("action_destroy", LxERP.t8("Delete"), "confirm", LxERP.t8("Are you sure you want to delete this department?")) %] - [%- END %] - [%- 'Abort' | $T8 %] -

-