diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 903f7b2a5..3550e595d 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -45,4 +45,13 @@ $(document).ready(function(){ return answer; } }); + + //Select role and filter + $('#roleFilterUri').bind('change', function () { + var url = $(this).val(); // get selected value + if (url) { // require a URL + window.location = url; // redirect + } + return false; + }); }); \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index cc3af951e..a7a2fe89d 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -44,12 +44,13 @@

-
-
+ +
+ -
- + +
-
-
+
+ -
- + +
<@p.accountsNav />