manage ad space help
This commit is contained in:
parent
818936f415
commit
b11cd4afa1
3 changed files with 24 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue