mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
User wallet: disable deletion of current wallet (#280)
This commit is contained in:
parent
373c7396ab
commit
e8f1d80b1d
1 changed files with 4 additions and 3 deletions
|
@ -141,9 +141,10 @@ foreach($recents as $addr)
|
|||
$balance = $balance>0? "$balance BTC": '';
|
||||
|
||||
echo '<td align="right">'.$balance.'</td>';
|
||||
echo '<td style="width: 16px; max-width: 16px;">'.
|
||||
'<img src="/images/base/delete.png" onclick="javascript:drop_cookie(this);" style="cursor:pointer;"/>'.
|
||||
'</td>';
|
||||
|
||||
$delicon = $address == $addr ? '' : '<img src="/images/base/delete.png" onclick="javascript:drop_cookie(this);" style="cursor:pointer;"/>';
|
||||
echo '<td style="width: 16px; max-width: 16px;">'.$delicon.'</td>';
|
||||
|
||||
echo '</tr>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue