merging r10009 to the trunk
This commit is contained in:
parent
eae6359a6d
commit
cdd10b24f1
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<#assign property = editConfiguration.objectPropertyStatementDisplayPropertyModel />
|
||||
</#if>
|
||||
<#else>
|
||||
<#assign statement = editConfiguration.pageData.dataPropertyLexicalValue />
|
||||
<#assign statement = editConfiguration.dataLiteralValuesAsString />
|
||||
</#if>
|
||||
|
||||
<#assign deletionTemplateName = editConfiguration.deleteTemplate/>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<#include deletionTemplateName />
|
||||
</#if>
|
||||
<#else>
|
||||
${statement}
|
||||
${statement}
|
||||
</#if>
|
||||
</p>
|
||||
|
||||
|
@ -48,4 +48,4 @@
|
|||
<#if editConfiguration.objectProperty = true>
|
||||
</p>
|
||||
</#if>
|
||||
</form>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue