Temporarily disable links to Excel export

This commit is contained in:
Björn Fromme
2018-06-28 15:59:54 +02:00
parent fb7d9346da
commit b65ddc386c
@@ -12,12 +12,14 @@
<h1>{reseller.name}</h1>
<h2>Gesamtexport XML</h2>
<f:link.action arguments="{reseller: reseller}" pageType="1972" target="_blank">Export XML</f:link.action>
<f:comment>
<h2>Einzelexport Excel</h2>
<ul>
<f:for each="{products}" as="product">
<li><f:link.action arguments="{product: product, reseller: reseller}" pageType="1984">Export XLS: {product.name}</f:link.action></li>
</f:for>
</ul>
</f:comment>
</f:if>
</div>
</div>