fiw non saving customer title

This commit is contained in:
Manuel Raynaud
2013-07-02 15:00:34 +02:00
parent 33aba6b3d5
commit 363e0ab8ae
4 changed files with 45 additions and 1 deletions

View File

@@ -4,6 +4,21 @@
<form method="post" action="index_dev.php?action=createCustomer&view=connexion" {form_enctype form=$form} >
{form_field_hidden form=$form}
{form_field form=$form.title}
{form_error form=$form.title}
{$message}
{/form_error}
<label> <span>{intl l="{$label}"} : </span></label>
<select name="{$name}">
<option value="1">M.</option>
<option value="2">Mme.</option>
</select>
<br />
{/form_field}
{form_field form=$form.firstname}
{form_error form=$form.firstname}
{$message}