[UPDATE] changed link behavior
This commit is contained in:
parent
bd4096bccb
commit
5866cbb54d
@ -115,7 +115,7 @@
|
||||
</td>
|
||||
<td class="h6"><a href="#" onClick="alert('{$TRANSACTIONS[transaction].coin_address|escape}')">{$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}</a></td>
|
||||
{if ! $GLOBAL.website.transactionexplorer.disabled}
|
||||
<td class="h6"><a href="{$GLOBAL.website.transactionexplorer.url}{$TRANSACTIONS[transaction].txid|escape}" title="{$TRANSACTIONS[transaction].txid|escape}">{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}</a></td>
|
||||
<td class="h6"><a href="{$GLOBAL.website.transactionexplorer.url}{$TRANSACTIONS[transaction].txid|escape}" title="{$TRANSACTIONS[transaction].txid|escape}" target="_blank">{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}</a></td>
|
||||
{else}
|
||||
<td class="h6"><a href="#" onClick="alert('{$TRANSACTIONS[transaction].txid|escape}')" title="{$TRANSACTIONS[transaction].txid|escape}">{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}</a></td>
|
||||
{/if}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="footer">
|
||||
<font size="1">
|
||||
<center>
|
||||
Powered by <a href="https://github.com/MPOS/php-mpos">MPOS</a> <i class="fa fa-github-alt"></i> | Donate to Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8
|
||||
Powered by <a href="https://github.com/MPOS/php-mpos" target="_blank">MPOS</a> <i class="fa fa-github-alt"></i> | Donate to Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8
|
||||
</center>
|
||||
</font>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user