move Export Page help from WebGUI to Asset. add hover help

This commit is contained in:
Colin Kuskie 2005-07-14 17:27:25 +00:00
parent 802ee8c66a
commit 3fc303c9e0
5 changed files with 84 additions and 75 deletions

View file

@ -111,6 +111,40 @@ our $HELP = {
]
},
'page export' => {
title => 'Page, Export',
body => 'Page, Export body',
fields => [
{
title => 'Depth',
description => 'Depth description',
namespace => 'Asset',
},
{
title => 'Export as user',
description => 'Export as user description',
namespace => 'Asset',
},
{
title => 'directory index',
description => 'directory index description',
namespace => 'Asset',
},
{
title => 'Extras URL',
description => 'Extras URL description',
namespace => 'Asset',
},
{
title => 'Uploads URL',
description => 'Uploads URL description',
namespace => 'Asset',
},
],
related => [
],
},
'metadata manage'=> {
title => 'content profiling',
body => 'metadata manage body',

View file

@ -776,14 +776,6 @@ our $HELP = {
}
]
},
'page export' => {
title => 'Page, Export',
body => 'Page, Export body',
fields => [
],
related => [
],
},
'glossary' => {
title => 'glossary title',
body => 'glossary body',