// Debug forgotten #PSCFV-3552

This commit is contained in:
dMetzger
2012-08-07 12:54:53 +00:00
parent 64b1ced6a4
commit 1ba927785d
+1 -1
View File
@@ -378,7 +378,7 @@ $(function(){ldelim}
</p>
<p class="required text">
<label for="customer_firstname">{l s='First name'} <sup>*</sup></label>
<input onkeyup="$('#firstname').val(this.value);" type="text" class="text" id="customer_firstname" name="customer_firstname" value="aaaaaaaaa{if isset($smarty.post.customer_firstname)}{$smarty.post.customer_firstname}{/if}" />
<input onkeyup="$('#firstname').val(this.value);" type="text" class="text" id="customer_firstname" name="customer_firstname" value="{if isset($smarty.post.customer_firstname)}{$smarty.post.customer_firstname}{/if}" />
</p>
<p class="required text">
<label for="customer_lastname">{l s='Last name'} <sup>*</sup></label>