Explorar el Código

redirect already used trial version

andre hace 4 años
padre
commit
9ad1bbd946
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      configure_thurvcloud.tpl

+ 3 - 1
configure_thurvcloud.tpl

@@ -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"}