[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)
[Web] Feature: Allow to toggle protocols (imap, pop3, smtp) per user (defaults can be configured using vars.local.inc.php, see vars.inc.php) Signed-off-by: andryyy <andre.peters@debinux.de>
This commit is contained in:
@@ -147,6 +147,11 @@ $(document).ready(function() {
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
if ($(this).is("select")) {
|
||||
$(this).prop('disabled', true);
|
||||
$(this).append('<option value="acl-disabled" selected="selected">(' + lang_acl.prohibited + ')</option>');
|
||||
$(this).selectpicker('refresh');
|
||||
}
|
||||
if ($(this).hasClass('btn-group')) {
|
||||
$(this).find('a').each(function(){
|
||||
$(this).removeClass('dropdown-toggle')
|
||||
|
Reference in New Issue
Block a user