NIHVIVO-2921: Added:

- "Search results for "term" | View all accounts" users do a search. 
- "View all accounts" when users filter
This commit is contained in:
manolobevia 2011-07-15 15:32:57 +00:00
parent a979738004
commit 4a3a611283
2 changed files with 16 additions and 1 deletions

View file

@ -58,6 +58,10 @@
should be submitted.
-->
</select>
<#if roleFilterUri?has_content>
<span><a href="${formUrls.list}"> View all accounts</a></span>
</#if>
</form>
</section>
@ -74,7 +78,11 @@
-->
</form>
</section>
<#if searchTerm?has_content>
<section id="search-feedback">
<p>Search results for "<strong>${searchTerm}</strong>" | <span><a href="${formUrls.list}"> View all accounts</a></span></p>
</section>
</#if>
<form method="POST" action="${formUrls.list}" id="account-display" class="customForm" role="accounts display">
<@p.accountsNav />