From b3009012a01c8ade67c55fe9b7e3616b2460a53b Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Wed, 12 Mar 2014 13:22:22 +0100 Subject: [PATCH] [FIX] fixed divs in transactions --- .../account/transactions/default.tpl | 96 ++++++++++--------- 1 file changed, 49 insertions(+), 47 deletions(-) diff --git a/public/templates/bootstrap/account/transactions/default.tpl b/public/templates/bootstrap/account/transactions/default.tpl index 730314ef..b5635569 100644 --- a/public/templates/bootstrap/account/transactions/default.tpl +++ b/public/templates/bootstrap/account/transactions/default.tpl @@ -30,64 +30,66 @@ - +
Transaction History
-
- - - - - - - - - - - - - - +
IDDateTX TypeStatusPayment AddressTX #Block #Amount
+ + + + + + + + + + + + + {section transaction $TRANSACTIONS} - - - - - - - {if ! $GLOBAL.website.transactionexplorer.disabled} - - {else} - - {/if} - - - + + + + + + + {if ! $GLOBAL.website.transactionexplorer.disabled} + + {else} + + {/if} + + + {/section} - -
IDDateTX TypeStatusPayment AddressTX #Block #Amount
{$TRANSACTIONS[transaction].id}{$TRANSACTIONS[transaction].timestamp}{$TRANSACTIONS[transaction].type} - {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR - $TRANSACTIONS[transaction].type == 'Fee_PPS' OR - $TRANSACTIONS[transaction].type == 'Donation_PPS' OR - $TRANSACTIONS[transaction].type == 'Debit_MP' OR - $TRANSACTIONS[transaction].type == 'Debit_AP' OR - $TRANSACTIONS[transaction].type == 'TXFee' OR - $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations - }Confirmed - {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned - {else}Unconfirmed{/if} - {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{$TRANSACTIONS[transaction].height}{/if}{$TRANSACTIONS[transaction].amount|number_format:"8"}
{$TRANSACTIONS[transaction].id}{$TRANSACTIONS[transaction].timestamp}{$TRANSACTIONS[transaction].type} + {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR + $TRANSACTIONS[transaction].type == 'Fee_PPS' OR + $TRANSACTIONS[transaction].type == 'Donation_PPS' OR + $TRANSACTIONS[transaction].type == 'Debit_MP' OR + $TRANSACTIONS[transaction].type == 'Debit_AP' OR + $TRANSACTIONS[transaction].type == 'TXFee' OR + $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations + } + Confirmed + {else if $TRANSACTIONS[transaction].confirmations == -1} + Orphaned + {else} + Unconfirmed + {/if} + {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{$TRANSACTIONS[transaction].height}{/if}{$TRANSACTIONS[transaction].amount|number_format:"8"}
+ +
- + -
-
+