removed extraneous disabling of a field in edit account page, thanks @rog1121

This commit is contained in:
xisi 2014-01-18 21:36:59 -05:00
parent b0413226b4
commit a987878c8e

View File

@ -91,11 +91,11 @@
</p>
<fieldset>
<label>Account Balance</label>
{nocache}<input type="text" value="{$GLOBAL.userdata.balance.confirmed|escape}" {$GLOBAL.config.currency} readonly/>{/nocache}
{nocache}<input type="text" value="{$GLOBAL.userdata.balance.confirmed|escape}" {$GLOBAL.config.currency} readonly />{/nocache}
</fieldset>
<fieldset>
<label>Payout to</label>
{nocache}<input type="text" value="{$GLOBAL.userdata.coin_address|escape}" readonly {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.withdraw && !$WITHDRAWUNLOCKED}disabled{/if}/>{/nocache}
{nocache}<input type="text" value="{$GLOBAL.userdata.coin_address|escape}" readonly />{/nocache}
</fieldset>
<fieldset>
<label>4 digit PIN</label>