[ 1203779 ] "Remove" Button in FileUploadControl not internationalized

This commit is contained in:
Matthew Wilson 2005-05-18 20:05:42 +00:00
parent 9db11eba93
commit 25f4e4dfd5
2 changed files with 3 additions and 3 deletions

View file

@ -490,7 +490,7 @@ sub getUploadControl {
$uploadControl .= 'images["'.$ext.'"] = "'.$session{config}{extrasURL}.'/fileIcons/'.$file.'";'."\n";
}
}
$uploadControl .= 'var uploader = new FileUploadControl("fileUploadControl", images);
$uploadControl .= 'var uploader = new FileUploadControl("fileUploadControl", images, '.WebGUI::International::get('removeLabel','Probably the WebGUI Namespace would be best since this appears in several modules - post, filepile, form').');
uploader.addRow();
</script>';
return $uploadControl;