[FIX] Payout notification type in list
This commit is contained in:
parent
2ae2718da1
commit
735bdadd88
@ -94,9 +94,8 @@
|
|||||||
<td align="center">{$NOTIFICATIONS[notification].time}</td>
|
<td align="center">{$NOTIFICATIONS[notification].time}</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
{if $NOTIFICATIONS[notification].type == new_block}New Block
|
{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 == idle_worker}IDLE Worker
|
||||||
{else if $NOTIFICATIONS[notification].type == manual_payout}Manual Payout
|
|
||||||
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
|
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user