moved Asset/Snippet help into its own files

This commit is contained in:
Colin Kuskie 2005-02-25 03:37:18 +00:00
parent 0728c5375d
commit fa532301da
5 changed files with 49 additions and 35 deletions

View file

@ -87,7 +87,7 @@ sub getEditForm {
my $tabform = $self->SUPER::getEditForm();
$tabform->getTab("properties")->codearea(
-name=>"snippet",
-label=>WebGUI::International::get('snippet', 'Asset'),
-label=>WebGUI::International::get('snippet', 'Snippet'),
-label=>"Snippet",
-value=>$self->getValue("snippet")
);