// change view carts

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12091 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-01-03 17:18:29 +00:00
parent 2d1467a5aa
commit e155f70095
12 changed files with 70 additions and 67 deletions
@@ -41,19 +41,18 @@
<input type="radio" name="tracking_dt" id="tracking_dt_off" value="0" {if !$tracking_dt}checked="checked"{/if}/>
<label class="t" for="tracking_dt_off"> {l s='No'}</label>
</div>
<br class="clear" />
<p>{l s='Direct traffic can be quite consuming. You should consider enabling it only if you have a strong database server and a strong need for it.'}</p>
<input type="submit" class="button" value="{l s=' Save '}" name="submitSettings" id="submitSettings" />
</form>
<hr />
<div class="separation"></div>
<form action="{$current}&token={$token}" method="post" id="refresh_index_form" name="refresh_index_form">
<p class="bold">{l s='Indexation'}</p>
<h3>{l s='Indexation'}</h3>
<p>{l s='There is a huge quantity of data, so each connection corresponding to a referrer is indexed. You can refresh this index by clicking on the button above. Be aware that it may take a long time and it is only needed if you modified or added a referrer and if you want your changes to be retroactive.'}</p>
<input type="submit" class="button" value="{l s='Refresh index'}" name="submitRefreshIndex" id="submitRefreshIndex" />
</form>
<hr />
<div class="separation"></div>
<form action="{$current}&token={$token}" method="post" id="refresh_cache_form" name="refresh_cache_form">
<p class="bold">{l s='Cache'}</p>
<h3>{l s='Cache'}</h3>
<p>{l s='For you to sort and filter your data, it is cached. You can refresh the cache by clicking on the button above.'}</p>
<input type="submit" class="button" value="{l s='Refresh cache'}" name="submitRefreshCache" id="submitRefreshCache" />
</form>