document Notification template, move all labels into Post

This commit is contained in:
Colin Kuskie 2005-03-22 05:42:41 +00:00
parent d1c12a1e08
commit 69d43e28c8
3 changed files with 54 additions and 2 deletions

View file

@ -15,6 +15,7 @@ our $HELP = {
},
]
},
'post template variables' => {
title => 'post template variables title',
body => 'post template variables body',
@ -25,6 +26,22 @@ our $HELP = {
},
]
},
'notification template' => {
title => 'notification template title',
body => 'notification template body',
related => [
{
tag => 'template language',
namespace => 'Template'
},
{
tag => 'post template variables',
namespace => 'Post'
},
]
},
};
1;