Added missing fields to Add/Edit Profile documentation.
Another (small) Kristi Help doc fix.
This commit is contained in:
parent
0bb7482cfa
commit
fd52961bb0
3 changed files with 22 additions and 2 deletions
|
|
@ -30,6 +30,21 @@ our $HELP = {
|
|||
description => '474 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'showAtRegistration label',
|
||||
description => 'showAtRegistration hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'requiredForPasswordRecovery label',
|
||||
description => 'requiredForPasswordRecovery hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'forceImageOnly label',
|
||||
description => 'forceImageOnly description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '486',
|
||||
description => '486 description',
|
||||
|
|
|
|||
|
|
@ -238,8 +238,8 @@ has been set to some other language you will need to consult the documentation f
|
|||
},
|
||||
|
||||
'webgui.status' => {
|
||||
message => q|The release status for this version of WebGUI, stable, beta, gamma, etc.|,
|
||||
lastUpdated => 1148951191,
|
||||
message => q|The release status for this version of WebGUI (stable, beta, gamma, etc.)|,
|
||||
lastUpdated => 1165365906,
|
||||
},
|
||||
|
||||
'session.user.username' => {
|
||||
|
|
|
|||
|
|
@ -342,6 +342,11 @@ new categories of profile settings.
|
|||
lastUpdated => 1162945563
|
||||
},
|
||||
|
||||
'forceImageOnly description' => {
|
||||
message => "If your profile field requires uploading an Image, you will provided with an additional field that will only allow image file types are uploaded.",
|
||||
lastUpdated => 1165447428
|
||||
},
|
||||
|
||||
'showAtRegistration label' => {
|
||||
message => "Show at Registration?",
|
||||
lastUpdated => 1164237018
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue