| author | Sidharth Singh | 2012-05-15 10:14:39 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:29:50 (EDT) |
| commit | 4539a4c68cea30c2d054665593cdfce9e701ffc3 (patch) (side-by-side diff) | |
| tree | 460a8cd0e5a51eae303b4790ec116608f757a484 | |
| parent | 03ca23ddd8c803037875567102f0292621dfe9b0 (diff) | |
| download | org.eclipse.stardust.ui.web-4539a4c68cea30c2d054665593cdfce9e701ffc3.zip org.eclipse.stardust.ui.web-4539a4c68cea30c2d054665593cdfce9e701ffc3.tar.gz org.eclipse.stardust.ui.web-4539a4c68cea30c2d054665593cdfce9e701ffc3.tar.bz2 | |
Jira-ID: CRNT-24710
-Removed the styleClass attribute from dialog-windowbttn-close.png graphics Icon
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@56365 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
2 files changed, 2 insertions, 3 deletions
diff --git a/process-portal/src/main/resources/META-INF/xhtml/processportal/views/qualityassurance/qualityACAutocompleteMultiSelectedTableColumns.xhtml b/process-portal/src/main/resources/META-INF/xhtml/processportal/views/qualityassurance/qualityACAutocompleteMultiSelectedTableColumns.xhtml index 44e775d..97267cc 100644 --- a/process-portal/src/main/resources/META-INF/xhtml/processportal/views/qualityassurance/qualityACAutocompleteMultiSelectedTableColumns.xhtml +++ b/process-portal/src/main/resources/META-INF/xhtml/processportal/views/qualityassurance/qualityACAutocompleteMultiSelectedTableColumns.xhtml @@ -18,8 +18,7 @@ <ice:commandLink action="#{row.remove}">
<pc:automationTag value="auto-PP-QualityAssuranceCodesMultiSel-ActionsRemove"
standAlone="false" />
- <ice:graphicImage value="/plugins/views-common/images/icons/dialog-windowbttn-close.png"
- styleClass="toolbar-button" />
+ <ice:graphicImage value="/plugins/views-common/images/icons/dialog-windowbttn-close.png"/>
</ice:commandLink>
</ice:panelGroup>
</ice:panelGroup>
diff --git a/views-common/src/main/resources/META-INF/xhtml/user/userAutocompleteMultiSelectorUserTable.xhtml b/views-common/src/main/resources/META-INF/xhtml/user/userAutocompleteMultiSelectorUserTable.xhtml index 2b3f71e..252800a 100644 --- a/views-common/src/main/resources/META-INF/xhtml/user/userAutocompleteMultiSelectorUserTable.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/user/userAutocompleteMultiSelectorUserTable.xhtml @@ -50,7 +50,7 @@ standAlone="false" />
<ice:graphicImage
value="/plugins/views-common/images/icons/dialog-windowbttn-close.png"
- styleClass="#{(not user.removeable) ? 'iceCmdBtn-dis' : 'toolbar-button'}" />
+ styleClass="#{(not user.removeable) ? 'iceCmdBtn-dis' : ''}" />
</ice:commandLink>
</td>
</tr>
|

