X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Fform.html;fp=templates%2Fwebpages%2Forder%2Fform.html;h=62225e2ebb115029d9846a5e0f75bc8ce103bdb5;hb=099fc63b531b1d4495cfab535ffd296d6a62ca0a;hp=0000000000000000000000000000000000000000;hpb=a84a030e2ecdb0f1068bab87ed706f1594b9caf1;p=kivitendo-erp.git diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html new file mode 100644 index 000000000..62225e2eb --- /dev/null +++ b/templates/webpages/order/form.html @@ -0,0 +1,59 @@ +[%- USE T8 %] +[%- USE LxERP %] +[%- USE L %] + +
+
[% FORM.title %]
+ + [% L.hidden_tag('callback', FORM.callback) %] + [% L.hidden_tag('type', FORM.type) %] + [% L.hidden_tag('id', SELF.order.id) %] + + [%- INCLUDE 'common/flash.html' %] + +
+ + + [% PROCESS "order/tabs/basic_data.html" %] + [% PROCESS 'webdav/_list.html' %] +
+ [%- LxERP.t8("Loading...") %] +
+
+ +
+ + [% L.hidden_tag('action', 'Order/dispatch') %] + + [% L.button_tag('save()', LxERP.t8('Save')) %] + +
+ + +