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

This commit is contained in:
xisi 2014-01-18 21:29:15 -05:00
parent 76a67cb71a
commit b0413226b4

View File

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