';
tie %status, 'Tie::IxHash';
diff --git a/lib/WebGUI/Wobject.pm b/lib/WebGUI/Wobject.pm
index 2a9ab8514..f845ae628 100644
--- a/lib/WebGUI/Wobject.pm
+++ b/lib/WebGUI/Wobject.pm
@@ -1190,7 +1190,7 @@ sub www_delete {
my $self = shift;
my ($output);
if ($self->canEdit) {
- $output = helpIcon(14);
+ $output = helpIcon("wobject delete");
$output .= '
'.WebGUI::International::get(42).'
';
$output .= WebGUI::International::get(43);
$output .= '
';
diff --git a/lib/WebGUI/Wobject/Article.pm b/lib/WebGUI/Wobject/Article.pm
index cd65784d8..b0b71572a 100644
--- a/lib/WebGUI/Wobject/Article.pm
+++ b/lib/WebGUI/Wobject/Article.pm
@@ -101,7 +101,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-headingId=>12,
- -helpId=>1
+ -helpId=>"article add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/DataForm.pm b/lib/WebGUI/Wobject/DataForm.pm
index cf7ec343f..f34bb49dd 100644
--- a/lib/WebGUI/Wobject/DataForm.pm
+++ b/lib/WebGUI/Wobject/DataForm.pm
@@ -536,7 +536,7 @@ sub www_edit {
return $_[0]->SUPER::www_edit(
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
- -helpId=>1,
+ -helpId=>"data form add/edit",
-headingId=>7
);
}
@@ -619,7 +619,7 @@ sub www_editField {
%field = WebGUI::SQL->quickHash("select * from DataForm_field where DataForm_fieldId=$session{form}{fid}");
}
$tab = WebGUI::SQL->buildHashRef("select DataForm_tabId,label from DataForm_tab where wobjectId=".$_[0]->get("wobjectId"));
- $output = helpIcon(2,$_[0]->get("namespace"));
+ $output = helpIcon("data form fields add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(20,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
@@ -734,7 +734,7 @@ sub www_editTab {
unless ($session{form}{tid} eq "new") {
%tab = WebGUI::SQL->quickHash("select * from DataForm_tab where DataForm_tabId=$session{form}{tid}");
}
- $output = helpIcon(2,$_[0]->get("namespace"));
+ $output = helpIcon("data form fields add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(20,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
diff --git a/lib/WebGUI/Wobject/EventsCalendar.pm b/lib/WebGUI/Wobject/EventsCalendar.pm
index 4df145dfa..417d4db9d 100644
--- a/lib/WebGUI/Wobject/EventsCalendar.pm
+++ b/lib/WebGUI/Wobject/EventsCalendar.pm
@@ -223,7 +223,7 @@ sub www_edit {
return $_[0]->SUPER::www_edit(
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
- -helpId=>1,
+ -helpId=>"events calendar add/edit",
-headingId=>12
);
}
@@ -268,7 +268,7 @@ sub www_editEvent {
$f->hidden("until");
$special = $f->printRowsOnly;
}
- $output = helpIcon(2,$_[0]->get("namespace"));
+ $output = helpIcon("event add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(13,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
diff --git a/lib/WebGUI/Wobject/FileManager.pm b/lib/WebGUI/Wobject/FileManager.pm
index e5bac18fa..41f36f676 100644
--- a/lib/WebGUI/Wobject/FileManager.pm
+++ b/lib/WebGUI/Wobject/FileManager.pm
@@ -205,7 +205,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-headingId=>9,
- -helpId=>1
+ -helpId=>"file manager add/edit"
);
}
@@ -227,7 +227,7 @@ sub www_editDownload {
$session{page}{useAdminStyle} = 1;
my ($output, $file, $f);
$file = $_[0]->getCollateral("FileManager_file","FileManager_fileId",$session{form}{did});
- $output .= helpIcon(2,$_[0]->get("namespace"));
+ $output .= helpIcon("file add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(10,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
diff --git a/lib/WebGUI/Wobject/HttpProxy.pm b/lib/WebGUI/Wobject/HttpProxy.pm
index b98ee3600..c808d468e 100644
--- a/lib/WebGUI/Wobject/HttpProxy.pm
+++ b/lib/WebGUI/Wobject/HttpProxy.pm
@@ -136,7 +136,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
- -helpId=>1,
+ -helpId=>"http proxy add/edit",
-headingId=>2
);
}
diff --git a/lib/WebGUI/Wobject/IndexedSearch.pm b/lib/WebGUI/Wobject/IndexedSearch.pm
index 9d321718b..337a89675 100644
--- a/lib/WebGUI/Wobject/IndexedSearch.pm
+++ b/lib/WebGUI/Wobject/IndexedSearch.pm
@@ -1,5 +1,4 @@
package WebGUI::Wobject::IndexedSearch;
-$VERSION = "1.4";
#Test to see if Time::HiRes will load.
my $hasTimeHiRes=1;
@@ -214,7 +213,7 @@ sub www_edit {
-layout=>$layout->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
-heading=>"Edit Search",
- -helpId=>1
+ -helpId=>"search add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/MessageBoard.pm b/lib/WebGUI/Wobject/MessageBoard.pm
index b22b93f87..914485820 100644
--- a/lib/WebGUI/Wobject/MessageBoard.pm
+++ b/lib/WebGUI/Wobject/MessageBoard.pm
@@ -160,7 +160,7 @@ sub www_edit {
return $_[0]->SUPER::www_edit(
-properties=>$properties->printRowsOnly,
-headingId=>6,
- -helpId=>1
+ -helpId=>"message board add/edit"
);
}
@@ -194,7 +194,7 @@ sub www_editForum {
);
$f->raw(WebGUI::Forum::UI::forumProperties($forum->get("forumId")));
$f->submit;
- return helpIcon(3,$_[0]->get("namespace")).'
'.WebGUI::International::get(77,$_[0]->get("namespace")).'
'.$f->print;
+ return helpIcon("forum add/edit",$_[0]->get("namespace")).'
'.WebGUI::International::get(77,$_[0]->get("namespace")).'
'.$f->print;
}
#-------------------------------------------------------------------
diff --git a/lib/WebGUI/Wobject/Poll.pm b/lib/WebGUI/Wobject/Poll.pm
index 0096c67b8..e79a37e6e 100644
--- a/lib/WebGUI/Wobject/Poll.pm
+++ b/lib/WebGUI/Wobject/Poll.pm
@@ -202,7 +202,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
-headingId=>9,
- -helpId=>1
+ -helpId=>"poll add/edit"
);
if ($_[0]->get("wobjectId") ne "new") {
$output .= '
';
diff --git a/lib/WebGUI/Wobject/Product.pm b/lib/WebGUI/Wobject/Product.pm
index 2672d78c1..2267363d4 100644
--- a/lib/WebGUI/Wobject/Product.pm
+++ b/lib/WebGUI/Wobject/Product.pm
@@ -166,7 +166,7 @@ sub www_addAccessory {
return WebGUI::Privilege::insufficient() unless ($_[0]->canEdit);
$session{page}{useAdminStyle} = 1;
my ($output, $f, $accessory, @usedAccessories);
- $output = helpIcon(4,$_[0]->get("namespace"));
+ $output = helpIcon("product accessory add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(16,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
@@ -203,7 +203,7 @@ sub www_addAccessorySave {
sub www_addRelated {
return WebGUI::Privilege::insufficient() unless ($_[0]->canEdit);
my ($output, $f, $related, @usedRelated);
- $output = helpIcon(5,$_[0]->get("namespace"));
+ $output = helpIcon("product related add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(19,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
@@ -341,7 +341,7 @@ sub www_edit {
$properties->raw($_[0]->fileProperty("warranty",15));
return $_[0]->SUPER::www_edit(
-properties=>$properties->printRowsOnly,
- -helpId=>1,
+ -helpId=>"product add/edit",
-headingId=>6
);
}
@@ -379,7 +379,7 @@ sub www_editBenefit {
$session{page}{useAdminStyle} = 1;
my ($output, $data, $f, $benefits);
$data = $_[0]->getCollateral("Product_benefit","Product_benefitId",$session{form}{bid});
- $output = helpIcon(6,$_[0]->get("namespace"));
+ $output = helpIcon("product benefit add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(53,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
@@ -415,7 +415,7 @@ sub www_editFeature {
$session{page}{useAdminStyle} = 1;
my ($output, $data, $f, $features);
$data = $_[0]->getCollateral("Product_feature","Product_featureId",$session{form}{fid});
- $output = helpIcon(2,$_[0]->get("namespace"));
+ $output = helpIcon("product feature add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(22,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
@@ -451,7 +451,7 @@ sub www_editSpecification {
$session{page}{useAdminStyle} = 1;
my ($output, $data, $f, $hashRef);
$data = $_[0]->getCollateral("Product_specification","Product_specificationId",$session{form}{sid});
- $output = helpIcon(3,$_[0]->get("namespace"));
+ $output = helpIcon("product specification add/edit",$_[0]->get("namespace"));
$output .= '
'.WebGUI::International::get(25,$_[0]->get("namespace")).'
';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
diff --git a/lib/WebGUI/Wobject/SQLReport.pm b/lib/WebGUI/Wobject/SQLReport.pm
index f1c4b91c9..1ca7e31e7 100644
--- a/lib/WebGUI/Wobject/SQLReport.pm
+++ b/lib/WebGUI/Wobject/SQLReport.pm
@@ -98,7 +98,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
-headingId=>8,
- -helpId=>1
+ -helpId=>"sql report add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/SiteMap.pm b/lib/WebGUI/Wobject/SiteMap.pm
index e182e0c46..bf348bf7c 100644
--- a/lib/WebGUI/Wobject/SiteMap.pm
+++ b/lib/WebGUI/Wobject/SiteMap.pm
@@ -129,7 +129,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-headingId=>5,
- -helpId=>1
+ -helpId=>"site map add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/Survey.pm b/lib/WebGUI/Wobject/Survey.pm
index f0b535e03..b0d750958 100644
--- a/lib/WebGUI/Wobject/Survey.pm
+++ b/lib/WebGUI/Wobject/Survey.pm
@@ -562,7 +562,7 @@ sub www_edit {
-layout=>$layout->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
-headingId=>2,
- -helpId=>1
+ -helpId=>"survey add/edit"
);
return $output;
}
diff --git a/lib/WebGUI/Wobject/SyndicatedContent.pm b/lib/WebGUI/Wobject/SyndicatedContent.pm
index db70603f5..76235a939 100644
--- a/lib/WebGUI/Wobject/SyndicatedContent.pm
+++ b/lib/WebGUI/Wobject/SyndicatedContent.pm
@@ -74,7 +74,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-headingId=>4,
- -helpId=>1
+ -helpId=>"syndicated content add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/USS.pm b/lib/WebGUI/Wobject/USS.pm
index 06a7acd35..7216dc165 100644
--- a/lib/WebGUI/Wobject/USS.pm
+++ b/lib/WebGUI/Wobject/USS.pm
@@ -391,7 +391,7 @@ sub www_edit {
-privileges=>$privileges->printRowsOnly,
-properties=>$properties->printRowsOnly,
-headingId=>18,
- -helpId=>1
+ -helpId=>"user submission system add/edit"
);
}
diff --git a/lib/WebGUI/Wobject/WSClient.pm b/lib/WebGUI/Wobject/WSClient.pm
index ab5524d04..18754e79d 100644
--- a/lib/WebGUI/Wobject/WSClient.pm
+++ b/lib/WebGUI/Wobject/WSClient.pm
@@ -232,7 +232,7 @@ sub www_edit {
-privileges => $privileges->printRowsOnly,
-properties => $properties->printRowsOnly,
-headingId => 20,
- -helpId => 1,
+ -helpId => "web services client add/edit",
);
}
diff --git a/lib/WebGUI/Wobject/WobjectProxy.pm b/lib/WebGUI/Wobject/WobjectProxy.pm
index 987dcf49b..199f1a437 100644
--- a/lib/WebGUI/Wobject/WobjectProxy.pm
+++ b/lib/WebGUI/Wobject/WobjectProxy.pm
@@ -114,7 +114,7 @@ sub www_edit {
-properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly,
-headingId=>2,
- -helpId=>1
+ -helpId=>"wobject proxy add/edit"
);
}
diff --git a/lib/WebGUI/i18n/English/DataForm.pm b/lib/WebGUI/i18n/English/DataForm.pm
index 7c76e03a4..5b9bf0d80 100644
--- a/lib/WebGUI/i18n/English/DataForm.pm
+++ b/lib/WebGUI/i18n/English/DataForm.pm
@@ -384,12 +384,12 @@ Enter the default value (if any) for the field. For Yes/No fields, enter "yes"
'100' => {
message => q|Are you certain that you want to delete this tab ?|,
- lastUpdated =>
+ lastUpdated =>1052048005
},
'101' => {
message => q|Label|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'84' => {
@@ -564,27 +564,27 @@ A conditional indicating whether this field exists for the mail subsystem of the
'102' => {
message => q|Subtext|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'106' => {
message => q|Tab Template|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'105' => {
message => q|Add a Tab|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'104' => {
message => q|Tab|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'103' => {
message => q|Add new Tab|,
- lastUpdated =>
+ lastUpdated => 1052048005
},
'90' => {