Ver código fonte

remove payment singens if free product

andre 4 anos atrás
pai
commit
6f4bedf418
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      templates/clientarea.tpl

+ 4 - 0
templates/clientarea.tpl

@@ -97,6 +97,10 @@
                       <span class="list-text">{$paymentmethod}</span>
                     </li>
                   {else}
+                    <li>
+                      <span class="list-heading">Trial Account</span>
+                      <span class="list-text">Restlaufzeit: {14 - $smarty.now() - $regdate}</span>
+                    </li>
                   {/if}
                 </ul>
               </div>