25 lines
329 B
Perl
25 lines
329 B
Perl
package WebGUI::Help::WebGUIProfile;
|
|
|
|
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;
|