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:
parent
2122724fbd
commit
0bbe23a7fa
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue