5 <h1>[% FORM.title %] <span id='nr_in_title'>[%- SELF.order.number -%]</span></h1>
7 <div id="print_options" style="display:none">
8 <form method="post" action="controller.pl" id="print_options_form">
9 [% SELF.print_options %]
11 [% L.button_tag('kivi.DeliveryOrder.print()', LxERP.t8('Print')) %]
12 <a href="#" onclick="$('#print_options').dialog('close');">[% LxERP.t8("Cancel") %]</a>
16 <div id="shipto_dialog" class="hidden"></div>
18 <form method="post" action="controller.pl" id="order_form">
19 [% L.hidden_tag('callback', FORM.callback) %]
20 [% L.hidden_tag('type', FORM.type) %]
21 [% L.hidden_tag('id', SELF.order.id) %]
22 [% L.hidden_tag('converted_from_oe_id', SELF.converted_from_oe_id) %]
24 [%- INCLUDE 'common/flash.html' %]
26 <div class="tabwidget" id="order_tabs">
28 <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
29 [%- IF INSTANCE_CONF.get_webdav %]
30 <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
32 [%- IF SELF.order.id AND INSTANCE_CONF.get_doc_storage %]
33 <li><a href="controller.pl?action=File/list&file_type=document&object_type=[% HTML.escape(FORM.type) %]&object_id=[% HTML.url(SELF.order.id) %]">[% 'Documents' | $T8 %]</a></li>
34 <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% HTML.escape(FORM.type) %]&object_id=[% HTML.url(SELF.order.id) %]">[% 'Attachments' | $T8 %]</a></li>
36 [%- IF SELF.order.id %]
37 <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=DeliveryOrder&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li>
41 [% PROCESS "delivery_order/tabs/basic_data.html" %]
42 [% PROCESS 'webdav/_list.html' %]
44 [%- LxERP.t8("Loading...") %]
47 <div id="shipto_inputs" class="hidden">
48 [%- PROCESS 'common/_ship_to_dialog.html'
49 vc_obj=SELF.order.customervendor
50 cs_obj=SELF.order.custom_shipto
51 cvars=SELF.order.custom_shipto.cvars_by_config
52 id_selector='#order_shipto_id' %]