X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdepartment%2Fform.html;h=894e259b305e5f195117715d274e9f048f0aa02b;hb=dd2ee66b1d04c3644c48c32b33673463af223077;hp=2dc0dd9d852bf0d83db2ae133667126daec5d369;hpb=a609123f3eecbd46a053326935663e8d540e88cb;p=kivitendo-erp.git diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html index 2dc0dd9d8..894e259b3 100644 --- a/templates/webpages/department/form.html +++ b/templates/webpages/department/form.html @@ -1,9 +1,8 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] [% SET is_used = SELF.department.is_used %] - +

[% FORM.title %]

-
[% FORM.title %]
[%- INCLUDE 'common/flash.html' %] @@ -12,20 +11,6 @@ [%- 'Description' | $T8 %] [% L.input_tag("department.description", SELF.department.description) %] - - - [%- 'Type' | $T8 %] - - [%- IF is_used %] - [% L.hidden_tag("role", SELF.department.role) %] - [%- IF SELF.department.role == "C" %][%- LxERP.t8('Cost Center') %][%- ELSE %][%- LxERP.t8('Profit Center') %][%- END %] - [%- ELSE %] - [% L.radio_button_tag("department.role", "value", "C", "label", LxERP.t8("Cost Center"), "checked", SELF.department.role == "C") %] -
- [% L.radio_button_tag("department.role", "value", "P", "label", LxERP.t8("Profit Center"), "checked", SELF.department.role == "P") %] - [%- END %] - -

@@ -38,5 +23,3 @@ [%- 'Abort' | $T8 %]

- -