manage ad space help

This commit is contained in:
Colin Kuskie 2006-05-12 04:32:49 +00:00
parent 818936f415
commit b11cd4afa1
3 changed files with 24 additions and 0 deletions

View file

@ -122,6 +122,10 @@ our $HELP = {
},
],
related => [
{
tag => 'manage ad spaces',
namespace => 'AdSpace',
},
{
tag => 'edit ad',
namespace => 'AdSpace',
@ -129,6 +133,20 @@ our $HELP = {
],
},
'manage ad spaces' => {
title => 'add ad space',
body => 'add ad space body',
source => 'www_manageAdSpaces',
fields => [
],
related => [
{
tag => 'edit ad space',
namespace => 'AdSpace',
},
],
},
};
1;