adding search attribute to timezone preferences

This commit is contained in:
ralf 2023-01-01 09:38:20 -06:00
parent bbb7ab263a
commit 9dff888436

View File

@ -358,6 +358,9 @@ class preferences_hooks
'xmlrpc' => True,
'admin' => False,
'default'=> date_default_timezone_get(),
'attributes' => array(
'search' => true
)
),
'tz_selection' => array(
'type' => 'multiselect',
@ -368,6 +371,9 @@ class preferences_hooks
'xmlrpc' => True,
'admin' => False,
'forced' => date_default_timezone_get(),
'attributes' => array(
'search' => true
)
),
'dateformat' => array(
'type' => 'select',