|
|
@@ -293,18 +293,16 @@
|
|
|
</span>
|
|
|
{if $product.domain}
|
|
|
<span class="item-domain">
|
|
|
- <i>{$product.domain}</i>
|
|
|
+ {$product.domain}
|
|
|
</span>
|
|
|
{/if}
|
|
|
{if $product.customfields}
|
|
|
<span class="item-domain">
|
|
|
- <i>
|
|
|
- {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}
|
|
|
- </i>
|
|
|
+ {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}
|
|
|
</span>
|
|
|
{/if}
|
|
|
{if $product.configoptions}
|