// fix module blocknewsletter new theme

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10909 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-05 13:42:25 +00:00
parent 7d91e29519
commit 9527d10ffe
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<form action="{$link->getPageLink('index')}" method="post">
<p>
{* @todo use jquery (focusin, focusout) instead of onblur and onfocus *}
<input class="" type="text" name="email" size="18"
<input type="text" name="email" size="18"
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'}';"
Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B