Author: thomas.heute(a)jboss.com
Date: 2007-05-21 06:02:06 -0400 (Mon, 21 May 2007)
New Revision: 7285
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
Log:
JBPORTAL-1434: Change drop down style
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml 2007-05-21
09:21:59 UTC (rev 7284)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml 2007-05-21
10:02:06 UTC (rev 7285)
@@ -62,17 +62,17 @@
<tbody>
<tr>
<td class="portlet-form-field-label">
- <h:outputLabel for="predefinedProperty">Select a
predefined property: </h:outputLabel>
+ <h:outputLabel for="predefinedProperty"
styleClass="portlet-form-field-label">Select a predefined property:
</h:outputLabel>
</td>
<td>
- <h:selectOneMenu id="predefinedProperty"
styleClass="portlet-form-button"
value="#{propertyAction.selectedProperty}">
+ <h:selectOneMenu id="predefinedProperty"
styleClass="portlet-form-field"
value="#{propertyAction.selectedProperty}">
<f:selectItems
value="#{properties.propertyItems}"/>
</h:selectOneMenu>
</td>
</tr>
<tr>
<td class="portlet-form-field-label">
- <h:outputLabel for="property">Or enter a property
name: </h:outputLabel>
+ <h:outputLabel for="property"
styleClass="portlet-form-field-label">Or enter a property name:
</h:outputLabel>
</td>
<td>
<h:inputText id="property"
styleClass="portlet-form-input-field"
value="#{propertyAction.otherPropertyName}" />
Show replies by date