- | {$ARRAY['account']|default:"Default"} |
- {$ARRAY['address']} |
- {$ARRAY['category']|capitalize} |
- {$ARRAY['amount']|number_format:"$PRECISION"} |
- {$ARRAY['confirmations']} |
- {$ARRAY['time']|date_format:$GLOBAL.config.date}
- |
+
+ | {$ARRAY['account']|default:"Default"} |
+ {$ARRAY['address']} |
+ {$ARRAY['category']|capitalize} |
+ {$ARRAY['amount']|number_format:"$PRECISION"} |
+ {$ARRAY['confirmations']} |
+
+ {if !$GLOBAL.website.transactionexplorer.disabled}
+ {$ARRAY['txid']|truncate:20:"...":false:true}
+ {else}
+ {$ARRAY['txid']|truncate:20:"...":false:true}
+ {/if}
+ |
+ {$ARRAY['time']|date_format:$GLOBAL.config.date}
+ |
{/foreach}
-