From 11096964e2e65a0f07231a6231d839c66a511d03 Mon Sep 17 00:00:00 2001 From: gBrunier Date: Tue, 19 Apr 2011 14:14:10 +0000 Subject: [PATCH] [-] FO : fixed bug PSCFI-1455 - Class "warning-inline" doesn't exist. Changed to "warning_inline" --- themes/prestashop/product.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prestashop/product.tpl b/themes/prestashop/product.tpl index 113cc3f53..b10914f68 100644 --- a/themes/prestashop/product.tpl +++ b/themes/prestashop/product.tpl @@ -336,7 +336,7 @@ var fieldRequired = '{l s='Please fill in all required fields' js=1}';

quantity == 0 && !$product->available_later && $allow_oosp) OR ($product->quantity != 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> {l s='Availability:'} - quantity == 0} class="warning-inline"{/if}> + quantity == 0} class="warning_inline"{/if}> {if $product->quantity == 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}