From 20f39dc25c7972f9dd8ca525e00d28bded007725 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 6 Jul 2011 19:40:30 +0000 Subject: [PATCH] NIHVIVO-2280: Removed checkbox form element for multiple accounts deletion when javascript is disable. --- webapp/web/js/account/accountUtils.js | 2 +- .../templates/freemarker/body/accounts/userAccounts-list.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 3535239d0..903f7b2a5 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -18,7 +18,7 @@ $(document).ready(function(){ //Delete accounts //Show is javascript is enable - $('input:checkbox[name=delete-all]').show(); + $('input:checkbox[name=delete-all]').removeClass('hidden'); $('input:checkbox[name=delete-all]').click(function(){ if ( this.checked ) { diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl index 2dc4665d8..db679e948 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-list.ftl @@ -82,7 +82,7 @@ - + Email Address