Author: bdaw
Date: 2007-06-14 15:54:35 -0400 (Thu, 14 Jun 2007)
New Revision: 7417
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml
Log:
column reorder in property editor
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-06-14
19:29:50 UTC (rev 7416)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editProperties.xhtml 2007-06-14
19:54:35 UTC (rev 7417)
@@ -25,6 +25,7 @@
<td>
<h:outputText>#{prop.description}</h:outputText>
</td>
+ <td>#{prop.inherited ? 'Yes' : 'No'}</td>
<td>
<c:choose>
<c:when
test="#{prop.type=='java.lang.Boolean'}">
@@ -35,7 +36,6 @@
</c:otherwise>
</c:choose>
</td>
- <td>#{prop.inherited ? 'Yes' : 'No'}</td>
<td>
<h:commandLink
action="#{propertyAction.removeProperty}"
rendered="#{!prop.inherited}">
<h:outputText value="Delete"/>
Show replies by date