Qual: Ajax code is simpler and now works with IE6

This commit is contained in:
Laurent Destailleur
2009-08-28 01:14:35 +00:00
parent 756ca4499a
commit 5f173e01ee
16 changed files with 135 additions and 44 deletions

View File

@@ -500,8 +500,8 @@ class Form
print '<td class="nobordernopadding">';
if ($socid == 0)
{
$langs->load("companies");
print '<input type="text" size="30" id="'.$htmlname.'" name="'.$htmlname.'" value="'.$langs->trans("SelectCompany").'" '.$htmloption.' />';
//$langs->load("companies");
print '<input type="text" size="30" id="'.$htmlname.'" name="'.$htmlname.'" value="" '.$htmloption.' />';
}
else
{