68fc8b4e12
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10046 b9a71923-0436-4b27-9f14-aed3839534dd
65 lines
3.3 KiB
Smarty
65 lines
3.3 KiB
Smarty
{*
|
|
* 2007-2011 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2011 PrestaShop SA
|
|
* @version Release: $Revision: 8971 $
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
|
|
</div>
|
|
|
|
<div style="margin-left:280px">
|
|
<fieldset>
|
|
<legend>
|
|
<img src="../img/admin/tab-preferences.gif" /> {l s='Settings'}
|
|
</legend>
|
|
<form action="{$current}&token={$token}" method="post" id="settings_form" name="settings_form">
|
|
<label>{l s='Save direct traffic'}</label>
|
|
<div class="margin-left">
|
|
<label class="t" for="tracking_dt_on"><img src="../img/admin/enabled.gif" alt="{l s='Yes'}" title="{l s='Yes'}" /></label>
|
|
<input type="radio" name="tracking_dt" id="tracking_dt_on" value="1" {if $tracking_dt}checked="checked"{/if} />
|
|
<label class="t" for="tracking_dt_on"> {l s='Yes'}</label>
|
|
<label class="t" for="tracking_dt_off"><img src="../img/admin/disabled.gif" alt="{l s='No'}" title="{l s='No'}" style="margin-left: 10px;" /></label>
|
|
<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 />
|
|
<form action="{$current}&token={$token}" method="post" id="refresh_index_form" name="refresh_index_form">
|
|
<p class="bold">{l s='Indexation'}</p>
|
|
<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 />
|
|
<form action="{$current}&token={$token}" method="post" id="refresh_cache_form" name="refresh_cache_form">
|
|
<p class="bold">{l s='Cache'}</p>
|
|
<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>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<div class="clear"> </div>
|
|
|
|
|