moved Asset/Redirect help into its own files
This commit is contained in:
parent
30dc659e9c
commit
a2745b6ba6
5 changed files with 50 additions and 46 deletions
|
|
@ -86,7 +86,7 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm();
|
||||
$tabform->getTab("properties")->url(
|
||||
-name=>"redirectUrl",
|
||||
-label=>WebGUI::International::get('redirect url', 'Asset'),
|
||||
-label=>WebGUI::International::get('redirect url', 'Redirect'),
|
||||
-value=>$self->getValue("redirectUrl")
|
||||
);
|
||||
return $tabform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue