|
|
@@ -1,5 +1,7 @@
|
|
|
{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
|
|
|
- <div class="alert alert-danger">{$LANG.noAdditionalTrial}</div>
|
|
|
+ <div class="alert alert-danger" style="width:60%;">
|
|
|
+ {$LANG.noAdditionalTrial}
|
|
|
+ </div>
|
|
|
{else}
|
|
|
{include file="orderforms/{$carttpl}/common.tpl"}
|
|
|
|