Temporarily disable links to Excel export
This commit is contained in:
@@ -12,12 +12,14 @@
|
|||||||
<h1>{reseller.name}</h1>
|
<h1>{reseller.name}</h1>
|
||||||
<h2>Gesamtexport XML</h2>
|
<h2>Gesamtexport XML</h2>
|
||||||
<f:link.action arguments="{reseller: reseller}" pageType="1972" target="_blank">Export XML</f:link.action>
|
<f:link.action arguments="{reseller: reseller}" pageType="1972" target="_blank">Export XML</f:link.action>
|
||||||
|
<f:comment>
|
||||||
<h2>Einzelexport Excel</h2>
|
<h2>Einzelexport Excel</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<f:for each="{products}" as="product">
|
<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>
|
<li><f:link.action arguments="{product: product, reseller: reseller}" pageType="1984">Export XLS: {product.name}</f:link.action></li>
|
||||||
</f:for>
|
</f:for>
|
||||||
</ul>
|
</ul>
|
||||||
|
</f:comment>
|
||||||
</f:if>
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user