NIHVIVO-3213: Styled search result feedback

This commit is contained in:
manolobevia 2011-11-08 21:59:01 +00:00
parent 37160aef1a
commit c5eec65693
2 changed files with 9 additions and 5 deletions

View file

@ -125,8 +125,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
<#if searchTerm?has_content>
<p>
Search results for "${searchTerm}" |
<a href="${formUrls.list}">View all proxies</a>
Search results for "<span class="blue">${searchTerm}</span>" |
<a href="${formUrls.list}">View all profile editors</a>
</p>
</#if>
</form>