diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index 36685d67..11a7fce8 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -255,6 +255,9 @@ jQuery(function($){ item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox); item.chkbox = ''; item.action = '
'; + if (item.backupmx_int == 1) { + item.domain_name = ' ' + item.domain_name; + } if (role == "admin") { item.action += ' ' + lang.edit + '' + ' ' + lang.remove + '';