| author | Sidharth Singh | 2012-04-03 05:44:29 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:25:15 (EDT) |
| commit | 8e72dc86f34a9a5dd7fbb6a87be0abd9e7c9279b (patch) (side-by-side diff) | |
| tree | 3a094b6f19272b8c6a2d5026bfd0b708fc18a11e | |
| parent | 0a9d0beccd866cf9781caba7b4a1bace4e815a88 (diff) | |
| download | org.eclipse.stardust.ui.web-8e72dc86f34a9a5dd7fbb6a87be0abd9e7c9279b.zip org.eclipse.stardust.ui.web-8e72dc86f34a9a5dd7fbb6a87be0abd9e7c9279b.tar.gz org.eclipse.stardust.ui.web-8e72dc86f34a9a5dd7fbb6a87be0abd9e7c9279b.tar.bz2 | |
Jira-ID: CRNT-24406
1)Changed the graphics icon path from business-control-center to views-common
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@55224 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/xhtml/processhistory/processInstanceHistoryTableColumns.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views-common/src/main/resources/META-INF/xhtml/processhistory/processInstanceHistoryTableColumns.xhtml b/views-common/src/main/resources/META-INF/xhtml/processhistory/processInstanceHistoryTableColumns.xhtml index 0cd9652..bb6a7de 100644 --- a/views-common/src/main/resources/META-INF/xhtml/processhistory/processInstanceHistoryTableColumns.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/processhistory/processInstanceHistoryTableColumns.xhtml @@ -146,7 +146,7 @@ <ice:commandLink action="#{ippPortalApp.openView}">
<pc:automationTag value="auto-COM-PCEHistoryTable-ActionsProcDiag" standAlone="false"/>
<h:graphicImage rendered="#{ippBCCDiagramBean.diagramSupported}"
- value="/plugins/business-control-center/images/icons/process_diagram.gif"
+ value="/plugins/views-common/images/icons/process_diagram.gif"
style="border: none;"
title="#{ippBCCDiagramBean.messages['tooltip.viewDiagram']}" />
<f:param name="viewId" value="processDiagramView" />
|

