updates for data property editing- NIHVIVO-3386

This commit is contained in:
hjkhjk54 2012-01-27 21:46:33 +00:00
parent a4060f0c13
commit 2282c56aaf
6 changed files with 274 additions and 45 deletions

View file

@ -133,7 +133,7 @@ name will be used as the label. -->
<#macro propertyListItem property statement editable >
<li role="listitem">
<#nested>
<#nested>
<@editingLinks "${property.localName}" statement editable/>
</li>
</#macro>
@ -142,6 +142,7 @@ name will be used as the label. -->
<#if editable>
<@editLink propertyLocalName statement extraParams />
<@deleteLink propertyLocalName statement extraParams />
</#if>
</#macro>