From 0bbe23a7fae949d0f27bc1b142481e85750addd8 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 28 Oct 2010 20:16:15 +0000 Subject: [PATCH] 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. --- .../templates/freemarker/body/search/search-pagedResults.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl index 117794b48..63184d552 100644 --- a/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl +++ b/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl @@ -3,8 +3,8 @@ <#-- Template for displaying paged search results -->

- Search Results for '${querytext}' - <#if classgroupName?has_content>limited to type '${classGroupName}' + Search results for '${querytext}' + <#if classGroupName?has_content>limited to type '${classGroupName}' <#if typeName?has_content>limited to type '${typeName}'