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