9d1cc73f28d52327e811c027f7fb1d8c51a34db7
[kivitendo-erp.git] / templates / webpages / client_config / _attachments.html
1 [%- USE LxERP -%][%- USE L -%]
2 <div id="attachments">
3 [% SET file_type = 'attachment' %]
4 [% INCLUDE 'file/rename_dialog.html' %]
5  <table>
6   <tr><td class="listheading" colspan="4">[% LxERP.t8("Global Attachments") %]
7   [% LxERP.t8("for Document types") %]
8 </td></tr>
9   <tr><td>  <div class="tabwidget">
10      <ul>
11       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_quotation&object_id=0&is_global=1">[%
12       LxERP.t8("Sales Quotations") %]</a></li>
13       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_order&object_id=0&is_global=1">[%
14       LxERP.t8("Sales Orders") %]</a></li>
15       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_delivery_order&object_id=0&is_global=1">[%
16       LxERP.t8("Sales Delivery Orders") %]</a></li>
17       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=invoice&object_id=0&is_global=1">[%
18       LxERP.t8("Invoices") %]</a></li>
19       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=request_quotation&object_id=0&is_global=1">[%
20       LxERP.t8("Request Quotations") %]</a></li>
21       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=purchase_order&object_id=0&is_global=1">[%
22       LxERP.t8("Purchase Orders") %]</a></li>
23       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=purchase_delivery_order&object_id=0&is_global=1">[%
24       LxERP.t8("Purchase Delivery Orders") %]</a></li>
25       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=purchase_invoice&object_id=0&is_global=1">[%
26       LxERP.t8("Purchase Invoices") %]</a></li>
27      </ul>
28     </div>
29   </td></tr>
30  </table>
31 </div>