update the docs for Calendar List View start.* and end.* template variables
This commit is contained in:
parent
227e9e7dac
commit
af27c26289
2 changed files with 4 additions and 3 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
- fixed #8845: Workflows refusing to show edit screen
|
- fixed #8845: Workflows refusing to show edit screen
|
||||||
- fixed #4198: Namespace of Template "Newsletter (Manager)" set to "Collaboration
|
- fixed #4198: Namespace of Template "Newsletter (Manager)" set to "Collaboration
|
||||||
- fixed #4161: asset manager: switching title to descending order reverts to ascending on next page
|
- fixed #4161: asset manager: switching title to descending order reverts to ascending on next page
|
||||||
|
- fixed #8914: epoch for calendar/List View for Calendar
|
||||||
|
|
||||||
7.6.3
|
7.6.3
|
||||||
- improved performance of file uploads
|
- improved performance of file uploads
|
||||||
|
|
|
||||||
|
|
@ -795,13 +795,13 @@ our $I18N = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'helpvar dateTime start' => {
|
'helpvar dateTime start' => {
|
||||||
message => 'A set of date/time variables with the prefix "start". See "Calendar Date/Time Variables" for more information.',
|
message => 'A set of date/time variables with the prefix "start" that all deal with the starting date of the displayed interval for the List view of the Calendar. See "Calendar Date/Time Variables" for more information.',
|
||||||
lastUpdated => 0,
|
lastUpdated => 1226959335,
|
||||||
context => 'Description of template variable.',
|
context => 'Description of template variable.',
|
||||||
},
|
},
|
||||||
|
|
||||||
'helpvar dateTime end' => {
|
'helpvar dateTime end' => {
|
||||||
message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables" for more information.',
|
message => 'A set of date/time variables with the prefix "end" that all deal with the ending date of the displayed window for the List view of the Calendar. See "Calendar Date/Time Variables" for more information.',
|
||||||
lastUpdated => 1204303480,
|
lastUpdated => 1204303480,
|
||||||
context => 'Description of template variable',
|
context => 'Description of template variable',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue