// 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:
@@ -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 |
Reference in New Issue
Block a user