[FIX] disabled timezone with two factor auth

This commit is contained in:
iAmShorty 2014-05-01 12:45:59 +02:00
parent b4d8d1006e
commit 79d8db2659

View File

@ -33,7 +33,7 @@
<div class="form-group"> <div class="form-group">
<label>Timezone</label> <label>Timezone</label>
{nocache} {nocache}
<select class="form-control" name="timezone"> <select class="form-control select-mini" name="timezone" {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.details && !$DETAILSUNLOCKED}id="disabledInput" disabled{/if}>
{html_options options=$TIMEZONES selected=$GLOBAL.userdata.timezone} {html_options options=$TIMEZONES selected=$GLOBAL.userdata.timezone}
</select> </select>
{/nocache} {/nocache}