|
|
@@ -282,6 +282,17 @@
|
|
|
</span>
|
|
|
<span class="item-title">
|
|
|
{$product.productinfo.name}
|
|
|
+ {if $product.customfields}
|
|
|
+ <div>
|
|
|
+ <small>
|
|
|
+ {if $product.productinfo.gid === 5 || $product.productinfo.gid === 7} {* Groupware & VDC*}
|
|
|
+ {$product.customfields.0.value} {* maildomain & VDC Name *}
|
|
|
+ {else if $product.productinfo.gid === 1 || $product.productinfo.gid === 8} {* private Mail & private Mail + Nextcloud*}
|
|
|
+ {$product.customfields.2.value}@{$product.customfields.3.value} {* mailadress *}
|
|
|
+ {/if}
|
|
|
+ </small>
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
<a href="{$smarty.server.PHP_SELF}?a=confproduct&i={$num}" class="btn btn-icon btn-xs" data-toggle="tooltip" data-placement="top" data-trigger="manual" title="{$LANG.orderForm.edit}">
|
|
|
<i class="fas fa-edit"></i>
|
|
|
</a>
|
|
|
@@ -296,17 +307,6 @@
|
|
|
<i>{$product.domain}</i>
|
|
|
</span>
|
|
|
{/if}
|
|
|
- {if $product.customfields}
|
|
|
- <div>
|
|
|
- <small><b>
|
|
|
- {if $product.productinfo.gid === 5 || $product.productinfo.gid === 7} {* Groupware & VDC*}
|
|
|
- » {$product.customfields.0.value}<br /> {* maildomain & VDC Name *}
|
|
|
- {else if $product.productinfo.gid === 1 || $product.productinfo.gid === 8} {* private Mail & private Mail + Nextcloud*}
|
|
|
- » {$product.customfields.2.value}@{$product.customfields.3.value}<br /> {* mailadress *}
|
|
|
- {/if}
|
|
|
- </b></small>
|
|
|
- </div>
|
|
|
- {/if}
|
|
|
{if $product.configoptions}
|
|
|
<div class="item-configoption">
|
|
|
<small>
|