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:
parent
a979738004
commit
4a3a611283
2 changed files with 16 additions and 1 deletions
|
@ -137,6 +137,13 @@ form.customForm p.note {
|
|||
#my-account input[type="password"] {
|
||||
width: 20em;
|
||||
}
|
||||
#search-feedback {
|
||||
clear: both;
|
||||
}
|
||||
#search-feedback span,
|
||||
#filter-roles span {
|
||||
font-size: .8em;
|
||||
}
|
||||
/* CREATE PASSWORD ------> */
|
||||
#create-password p.note {
|
||||
margin-top: 0;
|
||||
|
|
|
@ -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 />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue