Merge branch 'bootstrap' of https://github.com/MPOS/php-mpos into bootstrap
This commit is contained in:
commit
be595a3035
@ -47,12 +47,13 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Anonymous Account</label>
|
||||
<input type="hidden" name="is_anonymous" value="0" />
|
||||
<input type="checkbox" data-size="mini" name="is_anonymous" id="is_anonymous" value="1" {if $GLOBAL.userdata.is_anonymous}checked{/if} {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.details && !$DETAILSUNLOCKED}id="disabledInput" disabled{/if}/>{/nocache}
|
||||
<script>
|
||||
$("[id='is_anonymous']").bootstrapSwitch();
|
||||
</script>
|
||||
</br>
|
||||
<font size="1">Hide username on website from others. Admins can still get your user information.</font>
|
||||
<label class="checkbox" for="is_anonymous">
|
||||
<input type="hidden" name="is_anonymous" value="0" />
|
||||
{nocache}<input type="checkbox" name="is_anonymous" value="1" id="is_anonymous" {if $GLOBAL.userdata.is_anonymous}checked{/if} {if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.details && !$DETAILSUNLOCKED}id="disabledInput" disabled{/if}/>{/nocache} activate anonymous Account
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>4 digit PIN</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user