New module 'Date'
This commit is contained in:
parent
a4887c6502
commit
ac4b84765b
116 changed files with 30150 additions and 0 deletions
90
sites/all/modules/date/help/date_api.help.ini
Normal file
90
sites/all/modules/date/help/date_api.help.ini
Normal file
|
@ -0,0 +1,90 @@
|
|||
|
||||
[advanced help settings]
|
||||
name = Date API
|
||||
index name = "Date API"
|
||||
|
||||
[overview]
|
||||
title = Overview
|
||||
|
||||
[date-api]
|
||||
title = Date API
|
||||
parent = overview
|
||||
weight = 20
|
||||
|
||||
[new-features]
|
||||
title = New Features
|
||||
parent = overview
|
||||
weight = -10
|
||||
|
||||
[date]
|
||||
title = Date field
|
||||
parent = overview
|
||||
|
||||
[date-php4]
|
||||
title = Date PHP4
|
||||
parent = overview
|
||||
weight = 2
|
||||
|
||||
[date-types]
|
||||
title = Date field
|
||||
parent = content%fields
|
||||
weight = -10
|
||||
|
||||
[date-display]
|
||||
title = Date formatter display
|
||||
parent = date
|
||||
weight = 1
|
||||
|
||||
[date-copy]
|
||||
title = Date Copy
|
||||
parent = overview
|
||||
weight = 1
|
||||
|
||||
[date-views]
|
||||
title = Views Integration
|
||||
parent = overview
|
||||
weight = -5
|
||||
|
||||
[date-argument]
|
||||
title = Generic date argument
|
||||
parent = date-views
|
||||
weight = 2
|
||||
|
||||
[date-filter]
|
||||
title = Generic date filter
|
||||
parent = date-views
|
||||
weight = 3
|
||||
|
||||
[embedding]
|
||||
title = Embedding Views
|
||||
parent = date-views
|
||||
weight = 4
|
||||
|
||||
[date-repeat-form]
|
||||
title = Repeating date options
|
||||
parent = date
|
||||
|
||||
[date-create]
|
||||
title = The PHP DateTime Object
|
||||
parent = date-api
|
||||
weight = 1
|
||||
|
||||
[date-api-functions]
|
||||
title = Date API Functions
|
||||
parent = date-api
|
||||
weight = 3
|
||||
|
||||
[form-elements]
|
||||
title = Form Elements
|
||||
parent = date-api
|
||||
weight = 4
|
||||
|
||||
[date-timezones]
|
||||
title = Timezone Handling
|
||||
parent = date-api
|
||||
weight = 5
|
||||
|
||||
[date-views-dates]
|
||||
title = Views Date Handling
|
||||
parent = date-api
|
||||
weight = 7
|
Reference in a new issue