update MakeIconeFrom name with good icone path

add transaltion for remated_problems_list

SVN:trunk[2424]
This commit is contained in:
Erwan Taloc
2012-11-12 18:03:37 +00:00
parent abdca9399d
commit b8f7fa975c
3 changed files with 5 additions and 1 deletions

View File

@@ -655,7 +655,7 @@
$sIcon = '';
if ($sIconName != '')
{
$sPath = '../modules/Sofaxis-change-mgmt/images/'.$sIconName;
$sPath = '../env-'.utils::GetCurrentEnvironment().'/itop-change-mgmt/images/'.$sIconName;
if ($bImgTag)
{
$sIcon = "<img src=\"$sPath\" style=\"vertical-align:middle;\"/>";

View File

@@ -114,6 +114,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Change/Attribute:related_request_list+' => '',
'Class:Change/Attribute:related_incident_list' => 'Related incidents',
'Class:Change/Attribute:related_incident_list+' => '',
'Class:Change/Attribute:related_problems_list' => 'Related problems',
'Class:Change/Attribute:related_problems_list+' => '',
'Class:Change/Attribute:child_changes_list' => 'Child changes',
'Class:Change/Attribute:child_changes_list+' => '',
'Class:Change/Attribute:parent_id_friendlyname' => 'Parent change friendly name',

View File

@@ -76,6 +76,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Change/Attribute:related_request_list+' => '',
'Class:Change/Attribute:related_incident_list' => 'Incidents liés',
'Class:Change/Attribute:related_incident_list+' => '',
'Class:Change/Attribute:related_problems_list' => 'Problèmes liés',
'Class:Change/Attribute:related_problems_list+' => '',
'Class:Change/Attribute:child_changes_list' => 'Changements fils',
'Class:Change/Attribute:child_changes_list+' => '',
'Class:Change/Attribute:parent_id_friendlyname' => 'Nom usuel du changement parent',