update namespaces for InOutBoard help

This commit is contained in:
Colin Kuskie 2005-12-10 22:29:48 +00:00
parent b74cddb637
commit cd3f607f45

View file

@ -11,11 +11,11 @@ our $HELP = {
}, },
{ {
tag => 'wobject add/edit', tag => 'wobject add/edit',
namespace => 'WebGUI' namespace => 'Wobject'
}, },
{ {
tag => 'wobjects using', tag => 'wobjects using',
namespace => 'WebGUI' namespace => 'Wobject'
} }
] ]
}, },
@ -29,11 +29,11 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'WebGUI' namespace => 'Asset_Template'
}, },
{ {
tag => 'wobject template', tag => 'wobject template',
namespace => 'WebGUI' namespace => 'Wobject'
} }
] ]
}, },
@ -51,7 +51,7 @@ our $HELP = {
}, },
{ {
tag => 'template language', tag => 'template language',
namespace => 'WebGUI' namespace => 'Asset_Template'
} }
] ]
}, },