mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Username readonly
This commit is contained in:
parent
1904e5e8a0
commit
f770126f8c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<div class="col-md-6">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="basic-addon1">+</span>
|
||||
<input type="text" class="form-control" name="username" id="username"
|
||||
<input type="text" class="form-control" name="username" id="username" readonly
|
||||
value="{$d['username']}"
|
||||
placeholder="{if $_c['country_code_phone']!= ''}{$_c['country_code_phone']}{/if} {$_L['Phone_Number']}">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue