forked from extern/egroupware
Set date-duration display_format default to day/hour/minute
This commit is contained in:
parent
426687e888
commit
87d3a0bf28
@ -259,7 +259,7 @@ var et2_date_duration = et2_date.extend(
|
|||||||
},
|
},
|
||||||
"display_format": {
|
"display_format": {
|
||||||
"name": "Display format",
|
"name": "Display format",
|
||||||
"default": "dh",
|
"default": "dhm",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Permitted units for displaying the data. 'd' = days, 'h' = hours, 'm' = minutes. Use combinations to give a choice. Default is 'dh' = days or hours with selectbox."
|
"description": "Permitted units for displaying the data. 'd' = days, 'h' = hours, 'm' = minutes. Use combinations to give a choice. Default is 'dh' = days or hours with selectbox."
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user