resolving echo in EMS.

started template docs for view project template in PM
This commit is contained in:
Colin Kuskie 2006-05-13 17:02:41 +00:00
parent cb3de9da8d
commit 6185f07642
4 changed files with 147 additions and 71 deletions

View file

@ -1391,7 +1391,7 @@ sub addCartVars {
}
}
$purchase->{editIcon} = $self->session->icon->edit("func=addEventsToBadge;bid=".$purchase->{badgeId}.";purchaseCounter=".$i, $self->getUrl());
$purchase->{deleteIcon} = $self->session->icon->delete("func=addEventsToBadge;bid=none;purchaseCounter=".$i,$self->getUrl,$i18n->echo('Are you sure you want to delete this item from your cart? Any changes you have made to the current badge you are editing will also be lost.'));
$purchase->{deleteIcon} = $self->session->icon->delete("func=addEventsToBadge;bid=none;purchaseCounter=".$i,$self->getUrl,$i18n->echo('confirm delete purchase'));
push(@{$var->{'cart.purchaseLoop'}},$purchase);
}
$var->{'checkoutUrl'} = $self->getUrl("func=checkout");