diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index 440ab2c79..28866003d 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -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; diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index a7a2fe89d..66cefc6d9 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -58,6 +58,10 @@ should be submitted. --> + + <#if roleFilterUri?has_content> + View all accounts + @@ -74,7 +78,11 @@ --> - +<#if searchTerm?has_content> +
+

Search results for "${searchTerm}" | View all accounts

+
+
<@p.accountsNav />