|
|
@@ -51,48 +51,32 @@
|
|
|
<span class="list-heading">{$LANG.clientareahostingregdate}</span>
|
|
|
<span class="list-text">{$regdate}</span>
|
|
|
</li>
|
|
|
- {if $billingcycle != 'Gratis-Account'}
|
|
|
- {if $firstpaymentamount neq $recurringamount}
|
|
|
- <li>
|
|
|
- <span class="list-heading">{$LANG.firstpaymentamount}</span>
|
|
|
- <span class="list-text">{$firstpaymentamount}</span>
|
|
|
- </li>
|
|
|
- {/if}
|
|
|
- {if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderfree}
|
|
|
- <li>
|
|
|
- <span class="list-heading">{$LANG.recurringamount}</span>
|
|
|
- <span class="list-text">{$recurringamount}</span>
|
|
|
- </li>
|
|
|
- {/if}
|
|
|
+ {if $firstpaymentamount neq $recurringamount}
|
|
|
<li>
|
|
|
- <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
- <span class="list-text">{$billingcycle}</span>
|
|
|
+ <span class="list-heading">{$LANG.firstpaymentamount}</span>
|
|
|
+ <span class="list-text">{$firstpaymentamount}</span>
|
|
|
</li>
|
|
|
- {if $nextduedate == '-'}{else}
|
|
|
- <li>
|
|
|
- <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
- <span class="list-text">{$nextduedate}</span>
|
|
|
- </li>
|
|
|
- {/if}
|
|
|
- <li>
|
|
|
- <span class="list-heading">{$LANG.orderpaymentmethod}</span>
|
|
|
- <span class="list-text">{$paymentmethod}</span>
|
|
|
- </li>
|
|
|
- {else}
|
|
|
+ {/if}
|
|
|
+ {if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderfree}
|
|
|
<li>
|
|
|
- <span class="list-heading">Trial Account</span>
|
|
|
- {if ($smarty.now - ($regdate|@strtotime)) > 950400}
|
|
|
- <span class="list-text" style="color:yellow;">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</span>
|
|
|
- {elseif ($smarty.now - ($regdate|@strtotime)) > 1123200}
|
|
|
- <span class="list-text" style="color:red;">Letzter Tag der Trial Periode</span>
|
|
|
- {else}
|
|
|
- <span class="list-text">Endet in {(14 - (($smarty.now - ($regdate|@strtotime)) / 86400)|round)} Tagen</span>
|
|
|
- {/if}
|
|
|
+ <span class="list-heading">{$LANG.recurringamount}</span>
|
|
|
+ <span class="list-text">{$recurringamount}</span>
|
|
|
</li>
|
|
|
+ {/if}
|
|
|
+ <li>
|
|
|
+ <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
+ <span class="list-text">{$billingcycle}</span>
|
|
|
+ </li>
|
|
|
+ {if $nextduedate == '-'}{else}
|
|
|
<li>
|
|
|
- <a href="/upgrade.php?type=package&id={$id}" class="btn btn-block btn-primary">Jetzt upgraden</a>
|
|
|
+ <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
+ <span class="list-text">{$nextduedate}</span>
|
|
|
</li>
|
|
|
{/if}
|
|
|
+ <li>
|
|
|
+ <span class="list-heading">{$LANG.orderpaymentmethod}</span>
|
|
|
+ <span class="list-text">{$paymentmethod}</span>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|