Fill email2
This commit is contained in:
parent
f51bcf62c9
commit
6927c87ce0
@ -37,7 +37,7 @@
|
||||
<input type="text" id="email2" name="email2" value="{$customerThread.email}" />
|
||||
{else}
|
||||
<input type="text" id="email" name="from" value="{$email}" />
|
||||
<input type="text" id="email2" name="email2" value="{$email}" />
|
||||
<input type="text" id="email2" name="email2" value="{if empty($email)}-{else}{$email}{/if}" />
|
||||
{/if}
|
||||
</p>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
|
@ -76,7 +76,7 @@
|
||||
<input type="text" id="email2" name="email2" value="{$customerThread.email}" />
|
||||
{else}
|
||||
<input type="text" id="email" name="from" value="{$email}" />
|
||||
<input type="text" id="email2" name="email2" value="{$email}" />
|
||||
<input type="text" id="email2" name="email2" value="{if empty($email)}-{else}{$email}{/if}" />
|
||||
{/if}
|
||||
</p>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
|
Loading…
Reference in New Issue
Block a user