| author | Sidharth Singh | 2013-01-10 06:48:43 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-25 13:20:50 (EST) |
| commit | 5e51f1f123cabef6de9bd840ad2c61775d31435f (patch) (side-by-side diff) | |
| tree | d0e71ffe96a0790a621123f8b222770470d3262a | |
| parent | 97ed681b05e771e46a4a2c6375b69ec22c9168ed (diff) | |
| download | org.eclipse.stardust.ui.web-5e51f1f123cabef6de9bd840ad2c61775d31435f.zip org.eclipse.stardust.ui.web-5e51f1f123cabef6de9bd840ad2c61775d31435f.tar.gz org.eclipse.stardust.ui.web-5e51f1f123cabef6de9bd840ad2c61775d31435f.tar.bz2 | |
Jira-ID: CRNT-27479
Removed styleClass="pnlPopUpBrdrDialog" from Download/Cancel buttons bar panelGroup in downloadPopupDialog.xhtml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@61941 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/xhtml/views/doctree/downloadPopupDialog.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/doctree/downloadPopupDialog.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/doctree/downloadPopupDialog.xhtml index c5da1e6..c3fb115 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/doctree/downloadPopupDialog.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/doctree/downloadPopupDialog.xhtml @@ -33,7 +33,7 @@ </ice:panelGroup>
</f:facet>
<f:facet name="south">
- <ice:panelGroup styleClass="pnlPopUpBrdrDialog">
+ <ice:panelGroup>
<ice:panelGrid columns="2">
<pc:automationTag value="auto-COM-DownloadDlg-BtnsBar" standAlone="false"/>
<ice:outputResource id="dldRsource"
|

