Finished Metadata implementation

This commit is contained in:
Len Kranendonk 2004-07-23 21:03:59 +00:00
parent 3ef3248e61
commit cfceb1f68c
15 changed files with 272 additions and 82 deletions

View file

@ -185,6 +185,10 @@ our $HELP = {
tag => 'message board add/edit',
namespace => 'MessageBoard'
},
{
tag => 'metadata manage',
namespace => 'WebGUI'
},
{
tag => 'poll add/edit',
namespace => 'Poll'
@ -1109,6 +1113,39 @@ our $HELP = {
}
]
},
'metadata manage'=> {
title => 'Metadata, Manage',
body => 'metadata manage body',
related => [
{
tag => 'user macros',
namespace => 'WebGUI'
},
{
tag => 'wobject add/edit',
namespace => 'WebGUI',
},
],
},
'metadata edit property' => {
title => 'Metadata, Edit property',
body => 'metadata edit property body',
related => [
{
tag => 'metadata manage',
namespace => 'WebGUI'
},
{
tag => 'user macros',
namespace => 'WebGUI'
},
{
tag => 'wobject add/edit',
namespace => 'WebGUI',
},
],
},
};
1;

View file

@ -8,7 +8,12 @@ our $HELP = {
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
},
{
tag => 'metadata manage',
namespace => 'WebGUI'
},
]
},
};