add documentation for user account options
This commit is contained in:
parent
59998b8d02
commit
729ea485b6
4 changed files with 39 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ our $HELP = {
|
||||||
'manage friends template' => {
|
'manage friends template' => {
|
||||||
title => 'manage friends template title',
|
title => 'manage friends template title',
|
||||||
isa => [
|
isa => [
|
||||||
|
{ namespace => "WebGUI",
|
||||||
|
tag => "account options"
|
||||||
|
},
|
||||||
|
{ namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
variables => [
|
variables => [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,19 @@ our $HELP = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'account options' => {
|
||||||
|
title => 'account options template variables',
|
||||||
|
body => '',
|
||||||
|
variables => [
|
||||||
|
{
|
||||||
|
'name' => 'account.options',
|
||||||
|
'variables' => [
|
||||||
|
{ 'name' => 'options.display' }
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -277,6 +277,11 @@ Thanks,
|
||||||
lastUpdated => 1193194455,
|
lastUpdated => 1193194455,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'topicName' => {
|
||||||
|
message => q|Friends Network.|,
|
||||||
|
lastUpdated => 1181493546,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -3895,6 +3895,21 @@ LongTruncOk=1</p>
|
||||||
lastUpdated => 1185856549,
|
lastUpdated => 1185856549,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'account options template variables' => {
|
||||||
|
message => q{Account Options Template Variables},
|
||||||
|
lastUpdated => 1193196209,
|
||||||
|
},
|
||||||
|
|
||||||
|
'account.options' => {
|
||||||
|
message => q{A loop containing options for different user account access links.},
|
||||||
|
lastUpdated => 1193196211,
|
||||||
|
},
|
||||||
|
|
||||||
|
'options.display' => {
|
||||||
|
message => q{A full HTML link, with internationalized label, for an individual account options, such as editing a profile, viewing a profile, accessing the user's inbox, and so on.},
|
||||||
|
lastUpdated => 1193196211,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue