From 8e05ab71a669da31b8c686240bb95f75ea84b339 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 9 Sep 2013 09:37:59 +0200 Subject: [PATCH] adding notification account view --- .../test/account/notifications/default.tpl | 165 +++++++++--------- 1 file changed, 83 insertions(+), 82 deletions(-) diff --git a/public/templates/test/account/notifications/default.tpl b/public/templates/test/account/notifications/default.tpl index 52140466..002394aa 100644 --- a/public/templates/test/account/notifications/default.tpl +++ b/public/templates/test/account/notifications/default.tpl @@ -1,84 +1,85 @@ -{include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Notification Settings"}
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
TypeActive
IDLE Worker - - - -
New Blocks - - - -
Auto Payout - - - -
Manual Payout - - - -
- -
-
-{include file="global/block_footer.tpl"} - -{include file="global/block_header.tpl" ALIGN="right" BLOCK_HEADER="Notification History"} -
- {include file="global/pagination.tpl"} - - - - - - - - - - -{section notification $NOTIFICATIONS} - - - - - - -{/section} - + + + +
+

Notification Settings

+
+
IDTimeTypeActive
{$NOTIFICATIONS[notification].id}{$NOTIFICATIONS[notification].time} - {if $NOTIFICATIONS[notification].type == new_block}New Block - {else if $NOTIFICATIONS[notification].type == auto_payout}Auto Payout - {else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker - {else if $NOTIFICATIONS[notification].type == manual_payout}Manual Payout - {/if} - - -
+ + + + + + + + + + + + + + + + + + + +
TypeActive
IDLE Worker + + + +
New Blocks + + + +
Auto Payout + + + +
Manual Payout + + + +
-
-{include file="global/block_footer.tpl"} + + + + + +
+

Notification History

+ + + + + + + + + + +{section notification $NOTIFICATIONS} + + + + + + +{/section} + +
IDTimeTypeActive
{$NOTIFICATIONS[notification].id}{$NOTIFICATIONS[notification].time} +{if $NOTIFICATIONS[notification].type == new_block}New Block +{else if $NOTIFICATIONS[notification].type == auto_payout}Auto Payout +{else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker +{else if $NOTIFICATIONS[notification].type == manual_payout}Manual Payout +{/if} + + +
+