Look: Terme gnrique pour le dpartement/province/canton
This commit is contained in:
parent
284d75b9a0
commit
e13c50e7e8
@ -90,7 +90,7 @@ if ($action == 'create')
|
||||
print '<tr><td>CP</td><td><input size="6" type="text" name="cp"> ';
|
||||
print 'Ville <input type="text" name="ville"></td>';
|
||||
|
||||
print '<td>Département</td><td>';
|
||||
print '<td>Département/Province/Canton</td><td>';
|
||||
print $form->select_departement($soc->departement_id);
|
||||
print '</td></tr>';
|
||||
|
||||
@ -164,7 +164,7 @@ elseif ($action == 'edit')
|
||||
|
||||
print '<tr><td>CP</td><td><input size="6" type="text" name="cp" value="'.$soc->cp.'"> ';
|
||||
print 'Ville <input type="text" name="ville" value="'.$soc->ville.'"></td>';
|
||||
print '<td>Département</td><td>';
|
||||
print '<td>Département/Province/Canton</td><td>';
|
||||
print $form->select_departement($soc->departement_id);
|
||||
print '</td></tr>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user