X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a609123f3eecbd46a053326935663e8d540e88cb..0550e83:/templates/webpages/department/form.html diff --git a/templates/webpages/department/form.html b/templates/webpages/department/form.html index 2dc0dd9d8..81eb941bc 100644 --- a/templates/webpages/department/form.html +++ b/templates/webpages/department/form.html @@ -1,6 +1,5 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] [% SET is_used = SELF.department.is_used %] -
[% FORM.title %]
@@ -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 %]

- -