Skip to content

Commit 75bda55

Browse files
committed
Merge branch 'development' of https://github.com/MPOS/php-mpos into development
2 parents e6b98ce + 295fb86 commit 75bda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/templates/bootstrap/account/edit/detail.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
<div class="form-group">
3434
<label>Timezone</label>
3535
{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}>
3737
{html_options options=$TIMEZONES selected=$GLOBAL.userdata.timezone}
3838
</select>
3939
{/nocache}
4040
</div>
4141
<div class="form-group">
4242
<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}
4444
</div>
4545
<div class="form-group">
4646
<label>Donation Percentage</label>

0 commit comments

Comments
 (0)