mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Implement notifications for admin users (#700)
* First stab at notification settings * Add "global" setting for notification levels * Trigger notification task * Get users with permission for event * Actually send notification emails * More notifications * Allow to turn off notifications * Link in email to pause all notifications * Add NotificationType to wordlist * Add notification tests * Add documentation * Rebase fixes
This commit is contained in:
@@ -263,3 +263,11 @@ div.scrolling-multiple-choice, div.scrolling-choice {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
table td > .checkbox {
|
||||
margin: 0;
|
||||
position: static;
|
||||
}
|
||||
table td > .checkbox input[type="checkbox"] {
|
||||
margin: 0;
|
||||
position: static;
|
||||
}
|
||||
@@ -121,6 +121,9 @@ h1 .btn-sm {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.helper-display-block {
|
||||
display: block !important;
|
||||
}
|
||||
.helper-display-inline {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user