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

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

View file

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