Merge pull request #422 from ahmadhusein17/Development

Update app.tpl
This commit is contained in:
iBNu Maksum 2025-05-26 11:42:31 +07:00 committed by GitHub
commit b31f570dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -318,17 +318,17 @@
</p>
</div>
<div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Registration Username')}</label>
<label class="col-md-3 control-label">{Lang::T('Registration Method')}</label>
<div class="col-md-5">
<select name="registration_username" id="voucher_format" class="form-control">
<option value="username" {if $_c['registration_username']=='username' }selected="selected"
{/if}>Username
{/if}>{Lang::T('Usernames')}
</option>
<option value="email" {if $_c['registration_username']=='email' }selected="selected" {/if}>
Email
</option>
<option value="phone" {if $_c['registration_username']=='phone' }selected="selected" {/if}>
Phone Number
{Lang::T('Phone Number')}
</option>
</select>
</div>
@ -1332,4 +1332,4 @@
});
document.getElementById('login_page_type').dispatchEvent(new Event('change'));
</script>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}