Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 156cb7c7

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID 156cb7c7b8fe3b54dcf91cd2552eb75839b96db1
  • Vorgänger 644d3385
  • Nachfolger e7bf1c5e

Neues Design 2019 Standard-Code templates/webpages/client_config/_attachments.html

Unterschiede anzeigen:

templates/webpages/client_config/_attachments.html
[% USE L %]
<div id="attachments">
<div class="wrapper">
[% SET file_type = 'attachment' %]
[% INCLUDE 'file/rename_dialog.html' %]
<table>
<tr><td class="listheading" colspan="4">[% LxERP.t8("Global Attachments") %]
[% LxERP.t8("for Document types") %]
</td></tr>
<tr><td> <div class="tabwidget">
<ul>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
</div>
</td></tr>
</table>
<h3>[% LxERP.t8("for Document types") %]</h3>
</div><!-- /.wrapper -->
<div class="tabwidget">
<ul>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
</div><!-- /.tabwidget -->
</div>

Auch abrufbar als: Unified diff