[FIX] Disable Block Explorer Link on MPOS Theme

This commit is contained in:
nicoschtein 2013-10-07 18:58:04 -03:00
parent 0dca798f5c
commit 93f713b665

View File

@ -15,7 +15,7 @@
<th align="left">Current Active Workers</td> <th align="left">Current Active Workers</td>
<td>{$GLOBAL.workers}</td> <td>{$GLOBAL.workers}</td>
</tr> </tr>
{if $GLOBAL.website.blockexplorer.url} {if ! $GLOBAL.website.blockexplorer.disabled}
<tr> <tr>
<th align="left">Next Network Block</td> <th align="left">Next Network Block</td>
<td>{$CURRENTBLOCK + 1} &nbsp;&nbsp;<font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK})</a></font></td> <td>{$CURRENTBLOCK + 1} &nbsp;&nbsp;<font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK})</a></font></td>