Forráskód Böngészése

remove payment singens if free product

andre 4 éve
szülő
commit
6f4bedf418
1 módosított fájl, 4 hozzáadás és 0 törlés
  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>