[FIX] Payout notification type in list

This commit is contained in:
Sebastian Grewe 2014-03-01 13:51:26 +01:00
parent 8bcce6c37d
commit 73e1c14664

View File

@ -89,9 +89,8 @@
<td>{$NOTIFICATIONS[notification].time}</td>
<td>
{if $NOTIFICATIONS[notification].type == new_block}New Block
{else if $NOTIFICATIONS[notification].type == auto_payout}Auto Payout
{else if $NOTIFICATIONS[notification].type == payout}Payout
{else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker
{else if $NOTIFICATIONS[notification].type == manual_payout}Manual Payout
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
{/if}
</td>