X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/business/form.html diff --git a/templates/webpages/business/form.html b/templates/webpages/business/form.html deleted file mode 100644 index 590b1d3e7..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') %] -

-