webgui/lib/WebGUI/Help/TransactionLog.pm
2004-11-29 15:31:22 +00:00

22 lines
346 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 => 'WebGUI'
},
{
tag => 'templates manage',
namespace => 'WebGUI'
}
]
},
};
1;