diff --git a/dashboard/src/views/email.html b/dashboard/src/views/email.html index 576cee548..c5806cda4 100644 --- a/dashboard/src/views/email.html +++ b/dashboard/src/views/email.html @@ -36,9 +36,9 @@
- -
@{{ selectedDomain.domain }}
-
+ +
@{{ selectedDomain.domain }}
+
@@ -67,7 +67,7 @@
- +
@@ -122,7 +122,7 @@
{{ mailinglists.edit.error.message }}
- +
diff --git a/dashboard/src/views/email.js b/dashboard/src/views/email.js index ee26263f8..404a18036 100644 --- a/dashboard/src/views/email.js +++ b/dashboard/src/views/email.js @@ -570,7 +570,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio }); // setup all the dialog focus handling - ['testEmailModal'].forEach(function (id) { + ['testEmailModal', 'mailboxAddModal', 'mailboxEditModal', 'mailinglistEditModal'].forEach(function (id) { $('#' + id).on('shown.bs.modal', function () { $(this).find("[autofocus]:first").focus(); });