webgui/lib/WebGUI/Help/TransactionLog.pm
2005-02-27 17:29:58 +00:00

22 lines
350 B
Perl

package WebGUI::Help::TransactionLog;
our $HELP = {
'purchase history' => {
title => 'help purchase history template title',
body => 'help purchase history template body',
related => [
{
tag => 'template language',
namespace => 'Template'
},
{
tag => 'templates manage',
namespace => 'Template'
}
]
},
};
1;