[+] Project : default theme added

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-02 15:24:40 +00:00
parent 43654ffba1
commit 9cc30dc3fe
431 changed files with 21629 additions and 1679 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class Reverso extends Module
if (!empty($_POST))
{
if ($this->_postProcess())
$this->_html .= $this->displayConfirmation($this->l('Settings are updated').'<img src="http://api.prestashop.com/modules/reverso.png?serial='.urlencode(Tools::getValue('reverso_serial')).'" style="float:right" />');
$this->_html .= $this->displayConfirmation($this->l('Settings are updated').'<img src="http://www.prestashop.com/modules/reverso.png?serial='.urlencode(Tools::getValue('reverso_serial')).'" style="float:right" />');
}
else
$this->_html .= '<br />';
+5 -6
View File
@@ -19,7 +19,7 @@
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 6844 $
* @version Release: $Revision: 6594 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
@@ -29,11 +29,10 @@
var unknown_number = '{l s='We can\'t find this number'}';
</script>
<script type="text/javascript" src="{$module_dir}js/reverso.js"></script>
<fieldset class="account_creation">
<p class="text">
<label for="reverso_form">{l s='Automatically fill this form with your phone number' mod='reverso'}*</label>
<fieldset class="account_creation reversoform">
<p class="text required">
<label for="reverso_form">{l s='Automatically fill this form with your phone number' mod='reverso'} <sup>*</sup></label>
<input type="text" name="reverso_form" autocomplete="off" id="reverso_form" class="text" value="" maxlength="10" />
<span style="text-align:right;font-style:italic;font-size:7pt;">*reversoform powered</span>
</p>
<p class="infos-sup">* reversoform powered</p>
</fieldset>