From 95f18f634b63a6404e6dfb92a5fe62a0ea9faa93 Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 21 Mar 2017 14:50:58 +0100 Subject: [PATCH] Add encodeURI --- data/web/js/mailbox.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js index e77ba29a..939cc2b0 100644 --- a/data/web/js/mailbox.js +++ b/data/web/js/mailbox.js @@ -29,13 +29,13 @@ $(document).ready(function() { item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox); if (role == "admin") { item.action = '
' + - ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.edit + '' + + ' ' + lang.remove + '' + '
'; } else { item.action = '
' + - ' ' + lang.edit + '' + + ' ' + lang.edit + '' + '
'; } }); @@ -82,15 +82,15 @@ $(document).ready(function() { item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox); if (role == "admin") { item.action = '
' + - ' ' + lang.edit + '' + - ' ' + lang.remove + '' + - ' Login' + + ' ' + lang.edit + '' + + ' ' + lang.remove + '' + + ' Login' + '
'; } else { item.action = '
' + - ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.edit + '' + + ' ' + lang.remove + '' + '
'; } item.in_use = '
' + @@ -139,8 +139,8 @@ $(document).ready(function() { success: function (data) { $.each(data, function (i, item) { item.action = ''; }); $('#resources_table').footable({ @@ -181,8 +181,8 @@ $(document).ready(function() { success: function (data) { $.each(data, function (i, item) { item.action = ''; }); $('#aliasdomain_table').footable({ @@ -224,8 +224,8 @@ $(document).ready(function() { item.address = '
Catch-All
' + item.address; } item.action = ''; }); $('#alias_table').footable({