File tree 1 file changed +2
-2
lines changed
public/templates/bootstrap/account/edit
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
<div class =" form-group" >
34
34
<label >Timezone</label >
35
35
{ nocache}
36
- <select class =" form-control" name =" timezone" >
36
+ <select class =" form-control select-mini " name =" timezone" { if $ GLOBAL .twofactor.enabled && $ GLOBAL .twofactor.options.details && ! $ DETAILSUNLOCKED } id = " disabledInput " disabled{ / if} >
37
37
{ html_options options= $TIMEZONES selected= $GLOBAL .userdata.timezone}
38
38
</select >
39
39
{ /nocache}
40
40
</div >
41
41
<div class =" form-group" >
42
42
<label >Payment Address</label >
43
- { nocache} <input class =" form-control" type =" text" name =" paymentAddress" value =" { $smarty .request.paymentAddress|default :$GLOBAL .userdata.coin_address|escape } " size =" 40" { if $GLOBAL .twofactor.enabled && $GLOBAL .twofactor.options.details && ! $DETAILSUNLOCKED } id =" disabledInput" disabled{ /if} />{ /nocache}
43
+ { nocache} <input class =" form-control" type =" text" name =" paymentAddress" value =" { $smarty .request.paymentAddress|default :$GLOBAL .userdata.coin_address|escape } " size =" 40" { if $GLOBAL .twofactor.enabled && $GLOBAL .twofactor.options.details && ! $DETAILSUNLOCKED } id =" disabledInput" disabled{ /if} />{ /nocache}
44
44
</div >
45
45
<div class =" form-group" >
46
46
<label >Donation Percentage</label >
You can’t perform that action at this time.
0 commit comments