fix typo in ExpireUnvalidatedEmailUsers Help and provide an empty help skeleton for the Calendar to make tests happy

This commit is contained in:
Colin Kuskie 2006-12-11 23:31:20 +00:00
parent 44ec1454a2
commit e618c03a50
4 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,21 @@
package WebGUI::Help::Asset_Calendar;
our $HELP = {
'calendar add/edit' => {
title => 'add/edit title',
body => 'add/edit body',
isa => [
{
tag => 'asset fields',
namespace => 'Asset'
},
],
fields => [
],
related => [
]
},
};
1;