Fix: add htmlname parameter

This commit is contained in:
Regis Houssin 2012-01-12 04:11:20 +08:00
parent 6b727db3d0
commit 72304505cb
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
if (! empty($conf->multicompany->enabled) && empty($conf->global->MULTICOMPANY_HIDE_LOGIN_COMBOBOX)) if (! empty($conf->multicompany->enabled) && empty($conf->global->MULTICOMPANY_HIDE_LOGIN_COMBOBOX))
{ {
$rowspan++; $rowspan++;
$select_entity = $mc->select_entities($lastentity, 'tabindex="3"', 1); $select_entity = $mc->select_entities($lastentity, 'entity', ' tabindex="3"', 1);
} }
// Security graphical code // Security graphical code

View File

@ -228,7 +228,7 @@ if (! empty($conf->multicompany->enabled) && empty($conf->global->MULTICOMPANY_
} }
} }
$select_entity = $mc->select_entities($lastentity,'tabindex="2"'); $select_entity = $mc->select_entities($lastentity, 'entity', ' tabindex="2"');
} }
// Security graphical code // Security graphical code