Make TOC the front page of Help.
Add license to Commerce.pm Update fields in Help for WebGUIProfile Fix typo in i18n file for WebGUIProfile (missing comma) full merge of fields from 6.8 for Operatin/ProfileSettings.
This commit is contained in:
parent
65590997b6
commit
40065c4658
5 changed files with 50 additions and 11 deletions
|
|
@ -257,7 +257,7 @@ sub getAdminFunction {
|
|||
namespace=>"WebGUI"
|
||||
},
|
||||
icon=>"help.gif",
|
||||
op=>"viewHelpIndex",
|
||||
op=>"viewHelpTOC",
|
||||
group=>"7"
|
||||
},
|
||||
"statistics"=>{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
package WebGUI::Commerce;
|
||||
|
||||
=head1 LEGAL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||
-------------------------------------------------------------------
|
||||
Please read the legal notices (docs/legal.txt) and the license
|
||||
(docs/license.txt) that came with this distribution before using
|
||||
this software.
|
||||
-------------------------------------------------------------------
|
||||
http://www.plainblack.com info@plainblack.com
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
use strict;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ our $HELP = {
|
|||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '473',
|
||||
description => '473 description',
|
||||
title => '473a',
|
||||
description => '473a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '897',
|
||||
description => '897 description',
|
||||
title => '897a',
|
||||
description => '897a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -248,15 +248,15 @@ sub www_editProfileField {
|
|||
);
|
||||
$f->yesNo(
|
||||
-name=>"visible",
|
||||
-label=>$i18n->get(473),
|
||||
-hoverHelp=>$i18n->get('473 description'),
|
||||
-label=>$i18n->get('473a'),
|
||||
-hoverHelp=>$i18n->get('473a description'),
|
||||
-value=>$data->{visible}
|
||||
);
|
||||
$f->yesNo(
|
||||
-name=>"editable",
|
||||
-value=>$data->{editable},
|
||||
-label=>$i18n->get(897),
|
||||
-hoverHelp=>$i18n->get('897 description'),
|
||||
-label=>$i18n->get('897a'),
|
||||
-hoverHelp=>$i18n->get('897a description'),
|
||||
);
|
||||
$f->yesNo(
|
||||
-name=>"required",
|
||||
|
|
|
|||
|
|
@ -226,11 +226,21 @@ How should this user be notified when they get a new WebGUI message?
|
|||
lastUpdated => 1122315199,
|
||||
},
|
||||
|
||||
'473a description' => {
|
||||
message => q|Should the field be visible to users?|,
|
||||
lastUpdated => 1141667205,
|
||||
},
|
||||
|
||||
'897 description' => {
|
||||
message => q|Should the category be editable by users?|,
|
||||
lastUpdated => 1122315199,
|
||||
},
|
||||
|
||||
'897a description' => {
|
||||
message => q|Should the field be editable by users?|,
|
||||
lastUpdated => 1141667241,
|
||||
},
|
||||
|
||||
'user profile category add/edit title' => {
|
||||
message => q|User Profile Category, Add/Edit|,
|
||||
lastUpdated => 1122314930
|
||||
|
|
@ -267,9 +277,16 @@ new categories of profile settings.
|
|||
|
||||
'897' => {
|
||||
message => q|Editable?|,
|
||||
context => q|Label for profile categories|,
|
||||
lastUpdated => 1050167573
|
||||
},
|
||||
|
||||
'897a' => {
|
||||
message => q|Editable?|,
|
||||
context => q|Label for profile fields|,
|
||||
lastUpdated => 1141667261
|
||||
},
|
||||
|
||||
'474' => {
|
||||
message => q|Required?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -287,12 +304,19 @@ new categories of profile settings.
|
|||
|
||||
'788' => {
|
||||
message => q|Delete this profile field.|,
|
||||
lastUpdated => 1036964681
|
||||
lastUpdated => 1036964681,
|
||||
},
|
||||
|
||||
'473' => {
|
||||
message => q|Visible?|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1031514049,
|
||||
context => q|Label for visibility field for profile categories|,
|
||||
},
|
||||
|
||||
'473a' => {
|
||||
message => q|Visible?|,
|
||||
lastUpdated => 1141667189,
|
||||
context => q|Label for visibility field for profile fields|,
|
||||
},
|
||||
|
||||
'user profiling' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue