[*] MO : updated modules for mobile theme

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13759 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
nPellicari
2012-02-29 17:15:19 +00:00
parent b0cd00f9f4
commit 512cc3e73e
@@ -34,10 +34,9 @@
<form action="{$link->getPageLink('index')}" method="post">
<fieldset>
<input type="email" name="email"
value="{if isset($value) && $value}{$value}{else}{l s='your e-mail' mod='blocknewsletter'}{/if}"
onfocus="javascript:if(this.value=='{l s='your e-mail' mod='blocknewsletter'}')this.value='';"
onblur="javascript:if(this.value=='')this.value='{l s='your e-mail' mod='blocknewsletter'}';"
class="inputNew" />
placeholder="{l s='your e-mail' mod='blocknewsletter'}"
value="{if isset($value) && $value}{$value}{/if}"
class="inputNew" />
<input type="submit" value="OK" data-role="button" data-theme="a" name="submitNewsletter" />
<input type="hidden" name="action" value="0" />
</fieldset>