fixed typo that prevented metadata field creation from within asset's Metadata tab [1267548]
This commit is contained in:
parent
8a656aece7
commit
059ef037aa
2 changed files with 2 additions and 1 deletions
|
|
@ -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"),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue