X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fbusiness%2Fform.html;fp=templates%2Fwebpages%2Fbusiness%2Fform.html;h=0000000000000000000000000000000000000000;hp=6fa326b82431da8e677a688847635611db70773a;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/business/form.html b/templates/webpages/business/form.html deleted file mode 100644 index 6fa326b82..000000000 --- a/templates/webpages/business/form.html +++ /dev/null @@ -1,41 +0,0 @@ -[% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

- -
- -[%- INCLUDE 'common/flash.html' %] - - - - - - - - - - - - - - - - - - [%- IF LXCONFIG.features.vertreter %] - - - - - [%- END %] -
[%- LxERP.t8('Description') %][% L.input_tag("business.description", SELF.business.description, "size", 30) %]
[%- LxERP.t8('Discount') %][% L.input_tag("business.discount_as_percent", SELF.business.discount_as_percent, "size", 5) %]%
[%- LxERP.t8('Customernumberinit') %][% L.input_tag("business.customernumberinit", SELF.business.customernumberinit, "size", 10) %]
[%- LxERP.t8('Representative') %][% L.checkbox_tag("business.salesman", "value", 1, "checked", SELF.business.salesman) %]
- -

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

-