Handle custom search views used on individual list page.
This commit is contained in:
parent
a4f652ddbf
commit
c2fa2c4e37
9 changed files with 143 additions and 39 deletions
|
@ -14,9 +14,9 @@
|
|||
<#else>
|
||||
<#-- RY NEED TO ACCOUNT FOR p:process stuff -->
|
||||
<ul>
|
||||
<#list individuals as individual>
|
||||
<#list individuals as individual>
|
||||
<li>
|
||||
<#include "partials/defaultIndividualListView.ftl">
|
||||
<#include "partials/class/view/search/${individual.searchView}">
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<a href="${individual.profileUrl}">${individual.name}</a> ${individual.tagline}
|
||||
<a href="${individual.profileUrl}">${individual.name}</a> ${individual.tagline}
|
Loading…
Add table
Add a link
Reference in a new issue