hover help
This commit is contained in:
parent
06622d2bbf
commit
824a473694
4 changed files with 172 additions and 165 deletions
25
lib/WebGUI/Help/WebGUIProfile.pm
Normal file
25
lib/WebGUI/Help/WebGUIProfile.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue