added edit link to matrix listing view

This commit is contained in:
Yung Han Khoe 2009-03-02 09:54:22 +00:00
parent b7037dc7f9
commit 8a06e67b83
2 changed files with 2 additions and 0 deletions

View file

@ -580,6 +580,8 @@ sub view {
if ($emailSent){
$var->{emailSent} = 1;
}
$var->{canEdit} = $self->canEdit;
$var->{editUrl} = $self->getUrl("func=edit");
$var->{controls} = $self->getToolbar;
$var->{comments} = $self->getFormattedComments();
$var->{productName} = $var->{title};