[-] FO : W3C fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14742 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
gPoulain
2012-04-18 15:54:02 +00:00
parent 3f93c166c0
commit e7ba6ab553
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -58,9 +58,9 @@
{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}
{if ($product.allow_oosp || $product.quantity > 0)}
{if isset($static_token)}
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&amp;id_product={$product.id_product|intval}&amp;token={$static_token}")}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&amp;id_product={$product.id_product|intval}&amp;token={$static_token}", true)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
{else}
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&amp;id_product={$product.id_product|intval}")}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&amp;id_product={$product.id_product|intval}", true)} title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
{/if}
{else}
<span class="exclusive"><span></span>{l s='Add to cart'}</span><br />
+2 -2
View File
@@ -27,7 +27,7 @@
{capture name=path}{l s='Our stores'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<script src="http://maps.google.com/maps/api/js?sensor=true">// DEBUG </script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<h1>{l s='Our stores'}</h1>
@@ -92,7 +92,7 @@
<p class="clearfix">
<input type="button" class="button" onclick="searchLocations();" value="{l s='Search'}" style="display: inline;" />
</p>
<div><select id="locationSelect"></select></div>
<div><select id="locationSelect"><option></option></select></div>
<div id="map"></div>
<table cellpadding="0" cellspacing="0" border="0" id="stores-table" class="table_block">
<tr>