NIHVIVO-1332 Editing links for vitro link properties. Restore lines that were incorrectly commented out in previous commit. Move ftl for displaying links from an include to a macro, to parameterize the ul class value.

This commit is contained in:
rjy7 2011-01-13 23:54:28 +00:00
parent a5bd4145b3
commit 906b3f9863
2 changed files with 3 additions and 4 deletions

View file

@ -63,9 +63,8 @@
</#if> </#if>
</#if> </#if>
<#-- Links --> <#-- Links -->
<#assign linkListClass = "individual-urls-people"> <@p.vitroLinks propertyGroups editing "individual-urls-people" />
<#include "individual-links.ftl">
</section> </section>
<section id="individual-info" role="region"> <section id="individual-info" role="region">

View file

@ -54,7 +54,7 @@
</nav> </nav>
<#-- Links --> <#-- Links -->
<#include "individual-links.ftl"> <@p.vitroLinks propertyGroups editing />
</section> </section>
</section> </section>