### Eclipse Workspace Patch 1.0
#P j2-admin
Index: src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp
===================================================================
--- src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp	(revision 917475)
+++ src/main/webapp/WEB-INF/view/toolbox/toolbox.jsp	(working copy)
@@ -420,7 +420,14 @@
             clone.setStyle('display', '');
             var imgNode = clone.one('img');
             if (def.portletIcon) {
-                imgNode.set("src", "${portalContextPath}/images/portlets/" + def.portletIcon);
+            	if(def.portletIconPath)
+            	{
+            		imgNode.set("src", def.portletIconPath);
+            	}
+            	else
+            	{
+	                imgNode.set("src", "${portalContextPath}/images/portlets/" + def.portletIcon);
+            	}
             } else {
                 imgNode.set("src", "${portalContextPath}/images/portlets/applications-other.png");
             }
