missed a change required to redirect comment rating icons away from bazaar icons
This commit is contained in:
parent
f1d91ce1be
commit
cc02a66e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ sub getValueAsHtml {
|
|||
my $self = shift;
|
||||
my $value = $self->getValue;
|
||||
my $url = $self->session->url;
|
||||
return q{<img src="}.$url->extras('wobject/Bazaar/rating/'.$value.'.png').q{" style="vertical-align: middle;" alt="}.$value.q{" />};
|
||||
return q{<img src="}.$url->extras('form/CommentRating'.$value.'.png').q{" style="vertical-align: middle;" alt="}.$value.q{" />};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue