This commit is contained in:
tworrall 2013-10-15 16:03:32 -04:00
parent 48181193b7
commit 2a7b54d139
4 changed files with 91 additions and 36 deletions

View file

@ -71,7 +71,7 @@
<#if title?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<#if (title.statements?size < 1) >
<@p.addLinkWithLabel title editable />
<#else>
<#elseif editable>
<h2>${title.name?capitalize!}</h2>
<@p.verboseDisplay title />
</#if>
@ -126,7 +126,7 @@
<#if rdfUrl??>
<script>
var individualRdfUrl = '${rdfUrl}';
var individualRdfUrl = '${rdfUrl?replace("display","individual")}';
</script>
</#if>
<script>