[UPDATE] changed link behavior

This commit is contained in:
iAmShorty 2014-03-23 00:37:55 +01:00
parent bd4096bccb
commit 5866cbb54d
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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>