]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/client_config/_attachments.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / client_config / _attachments.html
1 [% USE LxERP %]
2 [% USE L %]
3
4 <div id="attachments">
5 <div class="wrapper">
6
7 [% SET file_type = 'attachment' %]
8 [% INCLUDE 'file/rename_dialog.html' %]
9
10 <h3>[% LxERP.t8("for Document types") %]</h3>
11 </div><!-- /.wrapper -->
12 <div class="tabwidget">
13
14 <ul>
15   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_quotation&object_id=0&is_global=1">[% LxERP.t8("Sales Quotations") %]</a></li>
16   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_order&object_id=0&is_global=1">[% LxERP.t8("Sales Orders") %]</a></li>
17   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=sales_delivery_order&object_id=0&is_global=1">[% LxERP.t8("Sales Delivery Orders") %]</a></li>
18   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=invoice&object_id=0&is_global=1">[% 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">[% 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">[% LxERP.t8("Purchase Orders") %]</a></li>
21   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=purchase_delivery_order&object_id=0&is_global=1">[% LxERP.t8("Purchase Delivery Orders") %]</a></li>
22   <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=purchase_invoice&object_id=0&is_global=1">[% LxERP.t8("Purchase Invoices") %]</a></li>
23 </ul>
24
25 </div><!-- /.tabwidget -->
26
27 </div>