Fiwed issue #9.
This commit is contained in:
parent
b52025f164
commit
a9779d9954
@ -541,7 +541,7 @@ var $archivage= null;
|
||||
|
||||
# Affichage de la liste déroulante
|
||||
# Détermine le chemin des icones
|
||||
$chemintotal = $GLOBALS['SYSTEM_TEMPLATE_PATH'].$GLOBALS['SYSTEM_TEMPLATE_DIR']."media/picto/object/";
|
||||
$chemintotal = $GLOBALS['CONF_DATA_PATH']."data/image/icons/object/";
|
||||
|
||||
# Lecture du dossier correspondant aux icones
|
||||
$handle = @opendir($chemintotal);
|
||||
@ -553,6 +553,7 @@ var $archivage= null;
|
||||
}
|
||||
}
|
||||
@closedir($handle);
|
||||
asort($tabIcone);
|
||||
$GLOBALS['SYSTEM_TEMPLATE']->MxSelect("icone", "iconeN", $this->getIcone(), $tabIcone, '', '', 'onchange="javascript:imgPicto();" id="iconeN" ');
|
||||
|
||||
/* gestion du lib en fonction de la langue courante */
|
||||
|
Loading…
Reference in New Issue
Block a user