NIHVIVO-142 Consolidated code to display data and object properties in entityBasic.jsp

This commit is contained in:
rjy7 2010-03-23 18:43:59 +00:00
parent 2eee890143
commit 1085a57957

View file

@ -266,24 +266,12 @@ RY Description not working - FIX
</p:process> </p:process>
<%-- Properties --%> <%-- Properties --%>
<c:choose>
<c:when test="${showEdits}">
<c:import url="${entityMergedPropsListJsp}"> <c:import url="${entityMergedPropsListJsp}">
<c:param name="mode" value="edit"/> <c:param name="mode" value="${showEdits ? 'edit' : ''}"/>
<c:param name="grouped" value="false"/> <c:param name="grouped" value="false"/>
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%> <%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
<c:param name="unassignedPropsGroupName" value=""/> <c:param name="unassignedPropsGroupName" value=""/>
</c:import> </c:import>
</c:when>
<c:otherwise>
<c:import url="${entityMergedPropsListJsp}">
<c:param name="grouped" value="false"/>
<%-- unless a value is provided, properties not assigned to a group will not have a tab or appear on the page --%>
<c:param name="unassignedPropsGroupName" value=""/>
</c:import>
</c:otherwise>
</c:choose>
<p:process> <p:process>
<%-- Citation, if no thumbnail --%> <%-- Citation, if no thumbnail --%>