mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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,
|
'xmlrpc' => True,
|
||||||
'admin' => False,
|
'admin' => False,
|
||||||
'default'=> date_default_timezone_get(),
|
'default'=> date_default_timezone_get(),
|
||||||
|
'attributes' => array(
|
||||||
|
'search' => true
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'tz_selection' => array(
|
'tz_selection' => array(
|
||||||
'type' => 'multiselect',
|
'type' => 'multiselect',
|
||||||
@ -368,6 +371,9 @@ class preferences_hooks
|
|||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
'admin' => False,
|
'admin' => False,
|
||||||
'forced' => date_default_timezone_get(),
|
'forced' => date_default_timezone_get(),
|
||||||
|
'attributes' => array(
|
||||||
|
'search' => true
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'dateformat' => array(
|
'dateformat' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
|
Loading…
Reference in New Issue
Block a user