Labels and autofocus for company card forms

This commit is contained in:
Raphaël Doursenaud
2014-07-12 14:45:09 +02:00
parent f1853c435b
commit 94bcb0dc40
4 changed files with 77 additions and 77 deletions

View File

@@ -3306,7 +3306,7 @@ class Form
if ($selected=='euro' || $selected=='euros') $selected='EUR'; // Pour compatibilite
$out.= '<select class="flat" name="'.$htmlname.'">';
$out.= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
foreach ($langs->cache_currencies as $code_iso => $currency)
{
if ($selected && $selected == $code_iso)