NIHVIVO-1293 Corrected typo in variable name to show classgroup limitation on search results. Also added search.css from vivo-basic, as a temporary measure to format search results.

This commit is contained in:
rjy7 2010-10-28 20:16:15 +00:00
parent 2122724fbd
commit 0bbe23a7fa

View file

@ -3,8 +3,8 @@
<#-- Template for displaying paged search results -->
<h2>
Search Results for '${querytext}'
<#if classgroupName?has_content>limited to type '${classGroupName}'</#if>
Search results for '${querytext}'
<#if classGroupName?has_content>limited to type '${classGroupName}'</#if>
<#if typeName?has_content>limited to type '${typeName}'</#if>
</h2>