Disable max postpone select
Former-commit-id: 43460b3304b70d6d0248ace672d51c2b48c3d22c
This commit is contained in:
parent
0ecf2bb9c4
commit
74e16b656b
|
@ -713,6 +713,7 @@ function notifications_print_global_source_configuration($source)
|
|||
|
||||
// Generate the select with the time.
|
||||
$html_select_pospone = __('Users can postpone notifications up to');
|
||||
// FIXMEit should not be disabled.
|
||||
$html_select_pospone .= html_print_select(
|
||||
[
|
||||
SECONDS_5MINUTES => __('5 minutes'),
|
||||
|
@ -732,7 +733,8 @@ function notifications_print_global_source_configuration($source)
|
|||
true,
|
||||
false,
|
||||
true,
|
||||
'elem-changeable'
|
||||
'elem-changeable',
|
||||
true,
|
||||
);
|
||||
|
||||
// Return all html.
|
||||
|
|
Loading…
Reference in New Issue