NIHVIVO-1332 Refactoring to move creation of an EditingHelper object to GroupedPropertyList, so it only has to be created once per page rather than once per property or link.

This commit is contained in:
rjy7 2011-01-11 15:26:43 +00:00
parent cce9d6a0d2
commit d96f24ba1b
11 changed files with 66 additions and 58 deletions

View file

@ -21,6 +21,7 @@
<ul class="pagination">
<#list pages as page>
<#if page.selected><li class="selectedNavPage">${page.text}</li>
<#-- RY Ideally the urls would be generated by the controller; see search-pagedResults.ftl -->
<#else><li><a href="${urls.base}/individuallist?${page.param}&vclassId=${vclassId?url}">${page.text}</a></li>
</#if>
</#list>