X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fdepartment%2Fform.html;fp=templates%2Fwebpages%2Fdepartment%2Fform.html;h=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=894e259b305e5f195117715d274e9f048f0aa02b;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html deleted file mode 100644 index 894e259b3..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 %] -

-