mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 01:05:13 +02:00
commit
b31f570dcf
1 changed files with 4 additions and 4 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue