Disable max postpone select

Former-commit-id: 43460b3304b70d6d0248ace672d51c2b48c3d22c
This commit is contained in:
fermin831 2019-02-13 15:03:59 +01:00
parent 0ecf2bb9c4
commit 74e16b656b
1 changed files with 3 additions and 1 deletions

View File

@ -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.