update the docs for Calendar List View start.* and end.* template variables

This commit is contained in:
Colin Kuskie 2008-11-17 22:11:14 +00:00
parent 227e9e7dac
commit af27c26289
2 changed files with 4 additions and 3 deletions

View file

@ -22,6 +22,7 @@
- fixed #8845: Workflows refusing to show edit screen
- 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 #8914: epoch for calendar/List View for Calendar
7.6.3
- improved performance of file uploads

View file

@ -795,13 +795,13 @@ our $I18N = {
},
'helpvar dateTime start' => {
message => 'A set of date/time variables with the prefix "start". See "Calendar Date/Time Variables" for more information.',
lastUpdated => 0,
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 => 1226959335,
context => 'Description of template variable.',
},
'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,
context => 'Description of template variable',
},