[Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default
This commit is contained in:
@@ -146,6 +146,10 @@ $(document).ready(function() {
|
||||
$(this).find('button').each(function() {
|
||||
$(this).attr("disabled", true);
|
||||
});
|
||||
} else if ($(this).hasClass('form-group')) {
|
||||
$(this).find('input').each(function() {
|
||||
$(this).attr("disabled", true);
|
||||
});
|
||||
} else if ($(this).hasClass('btn')) {
|
||||
$(this).attr("disabled", true);
|
||||
} else if ($(this).attr('data-provide') == 'slider') {
|
||||
|
Reference in New Issue
Block a user