| author | Sidharth Singh | 2012-03-12 06:32:42 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:20:46 (EDT) |
| commit | fdc74e9aa800a138c8ffd4097f3a175fa46e28ba (patch) (side-by-side diff) | |
| tree | 2c97bcd91da348a271f723b68aca320753497fa4 | |
| parent | 0a281eb4718c1616b16830eefc8123cb63c6ddaa (diff) | |
| download | org.eclipse.stardust.ui.web-fdc74e9aa800a138c8ffd4097f3a175fa46e28ba.zip org.eclipse.stardust.ui.web-fdc74e9aa800a138c8ffd4097f3a175fa46e28ba.tar.gz org.eclipse.stardust.ui.web-fdc74e9aa800a138c8ffd4097f3a175fa46e28ba.tar.bz2 | |
Jira-ID: CRNT-22961
1)Added a panelGroup for Header text in processSearch-descriptors.xhtml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54468 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml b/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml index 35ac280..742e991 100644 --- a/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml +++ b/business-control-center/src/main/resources/META-INF/xhtml/views/processSearch-descriptors.xhtml @@ -10,8 +10,10 @@ style="width: 55%; white-space: nowrap; text-align:left;"
headerClass="heading">
<f:facet name="header">
+ <ice:panelGroup style="text-align:left;">
<ice:outputText
value="#{messages_bcc['views.processSearchView.descriptors.label']}" />
+ </ice:panelGroup>
</f:facet>
<ice:panelGroup scrollHeight="240px">
<c:forEach var="descriptorItem" varStatus="iter"
|

