|
|
|
|
|
";
echo "".$transaction -> getCreatedAt()." | ";
$change = $transaction -> getChangePointsVarchar();
if ($change{0} == "-") {
echo "" . $transaction -> getChangePointsVarchar() . " | ";
} else {
echo "" . $transaction -> getChangePointsVarchar() . " | ";
}
echo "" . $transaction -> getPoints(). " | ";
if($transaction -> getAdminId() && !$transaction -> getOrderId()){
echo "" . link_to(__($transaction ->getSfGuardUserRelatedByAdminId() -> getUsername()),"sfGuardUser/edit?id=".$transaction ->getSfGuardUserRelatedByAdminId() -> getId()). " | ";
}
if($transaction -> getOrderId()){
echo "" . link_to(__("Zam").": ".$transaction ->getOrderNumber(),"/order/edit?id=".$transaction ->getOrderId()). " | ";
}
$i18n = sfContext::getInstance() -> getI18n();
echo "" . $i18n -> __($transaction -> getDescription()). " | ";
echo "";
}
if($i == 5){
?>
| | |