add the new CS epochDate template variable to the help system

This commit is contained in:
Colin Kuskie 2008-09-22 17:49:48 +00:00
parent bf39e26d6c
commit f17c6f75e8
2 changed files with 6 additions and 0 deletions

View file

@ -223,6 +223,7 @@ our $HELP = {
},
{ 'name' => 'guid' },
{ 'name' => 'pubDate' },
{ 'name' => 'epochDate' },
{ 'name' => 'attachmentLoop',
'variables' => [
{ 'name' => 'attachment_thumbnail' },

View file

@ -1569,6 +1569,11 @@ the Collaboration Asset, the user will be notified.|,
lastUpdated => 1149656056,
},
'epochDate' => {
message => q|The date the item was published as an epoch date so that the Date macro can be used for custom date formatting.|,
lastUpdated => 1222106027,
},
'attachmentLoop' => {
message => q|A loop containg all attachements to this item (post).|,
lastUpdated => 1149656056,