Ver Fonte

use gid for logo

andre há 3 anos atrás
pai
commit
3539710318
1 ficheiros alterados com 2 adições e 6 exclusões
  1. 2 6
      templates/clientarea.tpl

+ 2 - 6
templates/clientarea.tpl

@@ -38,11 +38,7 @@
                 <div class="product-content">
                   <div class="product-image">
                     <div class="feature-icon">
-                      {if $moduleParams.configoption3 == 'on'}
-                        <img src="/templates/croster/thurdata/logo2-color.svg" class="img-fluid" style="height:100px;">
-                      {else}
-                        <img src="/templates/croster/thurdata/logo2-color.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>E-Mail Account</small> - {$domain}</h4>
@@ -61,7 +57,7 @@
                     <td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
                     <td class="list-text" style="font-size: 85%;">{$regdate}</td>
                   </tr>
-                  {if ($firstpaymentamount->toNumeric() != 0.00 + $recurringamount->toNumeric()) != 0.00 }
+            	    {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>