Quellcode durchsuchen

use AddTrials value

andre vor 4 Jahren
Ursprung
Commit
5e69184b5c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      products.tpl

+ 1 - 1
products.tpl

@@ -257,7 +257,7 @@
 								{$LANG.tryagain}
 							</a>
 						{elseif ($product.pricing.type eq 'free') && in_array($product.pid, $clientCardFree)}
-							<button class="btn btn-primary btn-block" style="position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:100%;padding-top:6.5px;" disabled="disabled">
+							<button class="btn btn-primary btn-block" style="position:relative; left:20px; bottom:10px; right:20px; height:40px; width:100%;padding-top:6.5px;" disabled="disabled">
 								{$LANG.alreadyincard}
 							</button>
 						{else}