Optimize group name localize flag icon loading.
This commit is contained in:
parent
aaf8573c78
commit
b7947fea74
@ -140,8 +140,8 @@ Class AdminGroup extends CoordinationObj
|
||||
$lib=$tab[$i]->getLibelle($defaultCode);
|
||||
}
|
||||
|
||||
$img =$tab[$i]->getIcone();
|
||||
$GLOBALS['SYSTEM_TEMPLATE']->MxImage("blocName.pictoLanguage", $img, htmlentitiesconv($lib));
|
||||
// $img =$tab[$i]->getIcone();
|
||||
$GLOBALS['SYSTEM_TEMPLATE']->MxImage("blocName.pictoLanguage", $tab[$i]->getIcone(), htmlentitiesconv($lib));
|
||||
$GLOBALS["SYSTEM_TEMPLATE"]->MxFormField("blocName.nameInput", "text", "nameLanguage".$tab[$i]->getCode(), "", "class=\"form\" required=\"true\" title=\"".htmlspecialchars(getMessage("TxtGroupName"), ENT_QUOTES)."\"", getMessage("TxtGroupName"));
|
||||
|
||||
//Récupère le nom de l'objet dans la langue correspondante à la boucle
|
||||
|
Loading…
Reference in New Issue
Block a user