|
|
@@ -46,11 +46,7 @@
|
|
|
<div class="product-content">
|
|
|
<div class="product-image">
|
|
|
<div class="feature-icon">
|
|
|
- {if $moduleParams.configoption3 == 'on'}
|
|
|
- <img src="/templates/croster/thurdata/productgroups/2.svg" class="img-fluid" style="height:100px;">
|
|
|
- {else}
|
|
|
- <img src="/templates/croster/thurdata/productgroups/2.svg" class="img-fluid" style="height:100px;">
|
|
|
- {/if}
|
|
|
+ <img src="/templates/croster/thurdata/productgroups/{$gid}.svg" class="img-fluid" style="height:100px;">
|
|
|
</div>
|
|
|
</div>
|
|
|
<h4><small>SeaFile Account</small> - {$mailaddress}</h4>
|
|
|
@@ -69,7 +65,7 @@
|
|
|
<td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
|
|
|
<td class="list-text" style="font-size: 85%;">{$regdate}</td>
|
|
|
</tr>
|
|
|
- {if $billingcycle != 'Gratis-Account'}
|
|
|
+ {if $billingcycle ne {lang key='orderpaymenttermfreeaccount'}}
|
|
|
<tr>
|
|
|
<td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
|
|
|
<td class="list-text" style="font-size: 85%;">{$firstpaymentamount}</td>
|