diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js
index 6be66188..f18de2ee 100644
--- a/data/web/js/site/admin.js
+++ b/data/web/js/site/admin.js
@@ -466,7 +466,7 @@ jQuery(function($){
function process_table_data(data, table) {
if (table == 'relayhoststable') {
$.each(data, function (i, item) {
- item.action = '
' +
+ item.action = '
' +
'
Test' +
'
' + lang.edit + '' +
'
' + lang.remove + '' +
@@ -484,7 +484,7 @@ jQuery(function($){
if (item.username) {
item.username = '
' + item.username;
}
- item.action = '
' +
+ item.action = '
' +
'
Test' +
'
' + lang.edit + '' +
'
' + lang.remove + '' +
@@ -498,20 +498,20 @@ jQuery(function($){
return escapeHtml(i);
});
item.recipients = rcpts.join('
');
- item.action = '
' +
+ item.action = '
';
});
} else if (table == 'forwardinghoststable') {
$.each(data, function (i, item) {
- item.action = '
' +
+ item.action = '
';
item.chkbox = '
';
});
} else if (table == 'oauth2clientstable') {
$.each(data, function (i, item) {
- item.action = '
' +
+ item.action = '
';
@@ -524,7 +524,7 @@ jQuery(function($){
item.selected_domains = escapeHtml(item.selected_domains);
item.selected_domains = item.selected_domains.toString().replace(/,/g, "
");
item.chkbox = '
';
- item.action = '
' +
+ item.action = '
' +
'
' + lang.edit + '' +
'
' + lang.remove + '' +
'
Login' +
@@ -538,7 +538,7 @@ jQuery(function($){
item.usr = item.username;
}
item.chkbox = '
';
- item.action = '
' +
+ item.action = '
';
diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js
index 97862d4a..068c7242 100644
--- a/data/web/js/site/mailbox.js
+++ b/data/web/js/site/mailbox.js
@@ -256,7 +256,7 @@ jQuery(function($){
item.def_quota_for_mbox = humanFileSize(item.def_quota_for_mbox);
item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
item.chkbox = '
';
- item.action = '