andre hace 4 años
padre
commit
06e1c58f88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      clientarea.tpl

+ 1 - 1
clientarea.tpl

@@ -94,7 +94,7 @@
                     <tr>
                       <td class="list-heading" style="font-size: 85%;"><strong>Trial Account</strong></td>
                       {if ($smarty.now - ($regdate|@strtotime)) > 950400} {* wenn Heute - RegisterDatum > 11 Tage *}
-                        <td class="list-text" style="color:yellow;font-size:85%;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</td>
+                        <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 *}
                         <td class="list-text" style="color:red;font-size:85%;">Letzter Tag der Trial Periode</td>
                       {else}