Преглед на файлове

use zero amount as trial

andre преди 4 години
родител
ревизия
5a980e9e18
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -92,7 +92,7 @@
                         </tr>
                   {else}
                         <tr>
-                            <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
+                            <td class="list-heading" style="font-size: 85%;"><strong>Trial Account {$recurringamount->toNumeric()}</strong></td>
                             {if 1123200 > ($smarty.now - ($regdate|@strtotime)) && ($smarty.now - ($regdate|@strtotime)) > 950400} {* wenn Heute - RegisterDatum < 13 Tage && > 11 Tage *}
                                 <td class="list-text" style="color:orange; font-size:85%">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
                             {elseif ($smarty.now - ($regdate|@strtotime)) > 1123200} {* wenn Heute - RegisterDatum > 13 Tage *}