diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index 7aa32d239..c7548892f 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -476,6 +476,7 @@ span[name=proxySelectorSearchStatus] { } img.loading-relateEdior, img.loading-relateProfile, -img.loading-addProfile { +img.loading-addProfile, +img.loading-profileMyAccoount { padding-left: 10px; } \ No newline at end of file diff --git a/webapp/web/js/account/accountProxyItemsPanel.js b/webapp/web/js/account/accountProxyItemsPanel.js index 10fdbd006..f8575f298 100644 --- a/webapp/web/js/account/accountProxyItemsPanel.js +++ b/webapp/web/js/account/accountProxyItemsPanel.js @@ -189,6 +189,10 @@ $(document).ready(function() { //Add progress indicator for autocomplete input fields var progressImage; + + $('#addProfileEditor').click(function(event){ + progressImage = $(event.target).closest("section").find(".loading-profileMyAccoount") + }); $('#selectProfileEditors').click(function(event){ progressImage = $(event.target).closest("section").find(".loading-relateEditor") diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl index 5481ca409..8c27c659f 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl @@ -6,7 +6,7 @@