Просмотр исходного кода

disable already used trial version

andre 4 лет назад
Родитель
Сommit
f8bab34558
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      products.tpl

+ 1 - 1
products.tpl

@@ -243,7 +243,7 @@
 							</tr>
 						</table>
 						{if ($product.pricing.type == 'free') && in_array($product.pid, $clientPids)}
-							<div class="btn btn-primary btn-block" style="pointer-events:none; position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px; background-color:lightblue">
+							<div class="btn btn-primary btn-block" style="pointer-events:none; position:absolute; left:20px; bottom:10px; right:20px; height:40px; width:unset;padding-top:6.5px; background-color:DeepSkyBlue; border-color:DeepSkyBlue">
 								alreadyused
 							</div>
 						{else}