Explorar el Código

change path for incident icon trac #699

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2717 a333f486-631f-4898-b8df-5754b55c2be0
etaloc hace 12 años
padre
commit
8a88cc5d60

+ 2 - 2
datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml

@@ -1315,7 +1315,7 @@
 
 			case 'new':
 			case 'approved':
-			$sIcon = self::MakeIconFromName('user-request.png');
+			$sIcon = self::MakeIconFromName('incident.png');
 			$iEscalationDeadline = $this->Get('tto_escalation_deadline');
 			if ($iEscalationDeadline != null)
 			{
@@ -1335,7 +1335,7 @@
 			break;
 			
 			case 'assigned':
-			$sIcon = self::MakeIconFromName('user-request.png');
+			$sIcon = self::MakeIconFromName('incident.png');
 			$iEscalationDeadline = $this->Get('ttr_escalation_deadline');
 			if ($iEscalationDeadline != null)
 			{