User.pm: fixed a type Group->group should be group->get
Template documentation for EMS and another i18n label.
This commit is contained in:
parent
9f4b73a946
commit
a991401a6a
4 changed files with 95 additions and 2 deletions
|
|
@ -945,7 +945,7 @@ sub view {
|
|||
$eventFields{'description'} = $event->{'description'};
|
||||
$eventFields{'price'} = $event->{'price'};
|
||||
$eventFields{'purchase.url'} = $self->getUrl('func=addToCart;pid='.$event->{'productId'});
|
||||
$eventFields{'purchase.label'} = "Add To Cart";
|
||||
$eventFields{'purchase.label'} = $i18n->get('add to cart');
|
||||
|
||||
push (@events, {'event' => $self->processTemplate(\%eventFields, $event->{'templateId'}) });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue