A lot of changes... still not finished, use with caution.
Edit actions can be done with the internal API, trying to get rid of edit and add files
This commit is contained in:
@@ -226,12 +226,15 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
if ($('#mailcow-alert').hasClass('alert-success')) {
|
||||
$('#mailcow-alert').delay(5000).animate({right: '-50%'}, 1000);
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
<div id="mailcow-alert" class="alert" role="alert">
|
||||
<a href="#" class="close" data-dismiss="alert"> ×</a>
|
||||
<span id="mailcow-alert-text"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
error_reporting(E_ERROR);
|
||||
//error_reporting(E_ALL);
|
||||
//error_reporting(E_ERROR);
|
||||
error_reporting(E_ALL);
|
||||
header('X-Powered-By: mailcow');
|
||||
|
||||
/*
|
||||
PLEASE USE THE FILE "vars.local.inc.php" TO OVERWRITE SETTINGS AND MAKE THEM PERSISTENT!
|
||||
|
Reference in New Issue
Block a user