From fd52961bb0c9130637b3f4a5aeb72f439a1d44e2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 6 Dec 2006 23:28:21 +0000 Subject: [PATCH] Added missing fields to Add/Edit Profile documentation. Another (small) Kristi Help doc fix. --- lib/WebGUI/Help/WebGUIProfile.pm | 15 +++++++++++++++ lib/WebGUI/i18n/English/Asset_Template.pm | 4 ++-- lib/WebGUI/i18n/English/WebGUIProfile.pm | 5 +++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/WebGUIProfile.pm b/lib/WebGUI/Help/WebGUIProfile.pm index 5f77c3187..9be4684a8 100644 --- a/lib/WebGUI/Help/WebGUIProfile.pm +++ b/lib/WebGUI/Help/WebGUIProfile.pm @@ -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', diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index 8eb50ffd3..da351d00e 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -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' => { diff --git a/lib/WebGUI/i18n/English/WebGUIProfile.pm b/lib/WebGUI/i18n/English/WebGUIProfile.pm index b88f02e48..1ff53fc44 100644 --- a/lib/WebGUI/i18n/English/WebGUIProfile.pm +++ b/lib/WebGUI/i18n/English/WebGUIProfile.pm @@ -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