hover help

This commit is contained in:
Colin Kuskie 2005-07-17 00:09:32 +00:00
parent 06622d2bbf
commit 824a473694
4 changed files with 172 additions and 165 deletions

View file

@ -0,0 +1,25 @@
package WebGUI::Help::WebGUI;
our $HELP = {
'profile settings edit' => {
title => '672',
body => '627',
fields => [
],
related => []
},
'user profile edit' => {
title => '682',
body => '637',
fields => [
],
related => [
{
tag => 'users manage',
namespace => 'WebGUI'
}
]
},
};
1;