mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
adding search attribute to timezone preferences
This commit is contained in:
parent
bbb7ab263a
commit
9dff888436
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user