Reformat Wobject template variables to use the new Help based template variable system.

Break TimeTracking i18n into paragraphs for easy parsing.
Add missing comment line to break POD and paragraphs in Operation/Help
This commit is contained in:
Colin Kuskie 2006-05-27 17:39:05 +00:00
parent 5268ffda5c
commit af29303c31
4 changed files with 72 additions and 44 deletions

View file

@ -83,6 +83,26 @@ our $HELP = {
body => '828',
fields => [
],
variables => [
{
'name' => 'title'
},
{
'name' => 'displayTitle'
},
{
'name' => 'description'
},
{
'name' => 'assetId'
},
{
'name' => 'isShortcut'
},
{
'name' => 'originalURL'
},
],
related => [
{
tag => 'pagination template variables',