");
var removeLink = $("[templatePart='remove']", element).first();
removeLink.click(function(event) {
diff --git a/webapp/web/js/account/proxyUtils.js b/webapp/web/js/account/proxyUtils.js
new file mode 100644
index 000000000..0d5bcd67b
--- /dev/null
+++ b/webapp/web/js/account/proxyUtils.js
@@ -0,0 +1,7 @@
+/* $This file is distributed under the terms of the license in /doc/license.txt$ */
+
+$(document).ready(function(){
+ $('input[name="proxySelectorAC"]').click(function(){
+ $(this).val('');
+ })
+});
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl
index f28170bcc..e77b1b52b 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myAccount.ftl
@@ -93,6 +93,5 @@
${stylesheets.add('')}
${stylesheets.add('')}
-${scripts.add('',
- '',
+${scripts.add('',
'')}
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl
index 8dff93db9..76e710620 100644
--- a/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl
+++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-myProxiesPanel.ftl
@@ -5,46 +5,42 @@
${stylesheets.add('',
'')}
-
- Proxy self editors
-
-
Add proxy:
-
-
type here
-
-
Selected proxies:
+
+
Who can edit my profile
+
+
Add profile editor
+
+
+
- <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->
+
Selected editors:
+ <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->
- <#list proxies as proxy>
-
-
${proxy.uri}
-
${proxy.label}
-
${proxy.classLabel}
-
${proxy.imageUrl}
+ <#list proxies as proxy>
+
+
${proxy.uri}
+
${proxy.label}
+
${proxy.classLabel}
+
${proxy.imageUrl}
#list>
- <#--
- Each proxy will be shown using the HTML inside this div.
- It must contain at least:
- -- a link with templatePart="remove"
- -- a hidden input field with templatePart="uriField"
- -->
+ <#--
+ Each proxy will be shown using the HTML inside this div.
+ It must contain at least:
+ -- a link with templatePart="remove"
+ -- a hidden input field with templatePart="uriField"
+ -->