fixed typo that prevented metadata field creation from within asset's Metadata tab [1267548]

This commit is contained in:
Michele Dell'Aquila 2005-08-24 00:32:32 +00:00
parent 8a656aece7
commit 059ef037aa
2 changed files with 2 additions and 1 deletions

View file

@ -652,7 +652,7 @@ sub getEditForm {
$tabform->getTab("meta")->readOnly(
-value=>'<p><a href="'.WebGUI::URL::page("func=editMetaDataField&fid=new").'">'.
WebGUI::International::get('Add new field','Asset').
'</a></p>'
'</a></p>',
-hoverHelp=>WebGUI::International::get('make prototype description',"Asset"),
);
}