move asset files into a namespace

This commit is contained in:
Colin Kuskie 2005-04-05 20:19:19 +00:00
parent 3ba1218809
commit 8744495b1d
60 changed files with 281 additions and 312 deletions

View file

@ -0,0 +1,34 @@
package WebGUI::Help::Asset_WSClient;
our $HELP = {
'ws client add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'ws client template',
namespace => 'Asset_WSClient'
},
{
tag => 'wobjects using',
namespace => 'Wobject'
}
]
},
'ws client template' => {
title => '72',
body => '73',
related => [
{
tag => 'ws client add/edit',
namespace => 'Asset_WSClient'
},
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
};
1;