mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 12:24:44 +02:00
add hide password
This commit is contained in:
parent
3c711115ec
commit
eca64ef81e
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
<div class="form-group">
|
||||
<label class="col-md-2 control-label">{$_L['Router_Secret']}</label>
|
||||
<div class="col-md-6">
|
||||
<input type="text" class="form-control" id="password" name="password">
|
||||
<input type="text" class="form-control" id="password" name="password"
|
||||
onmouseleave="this.type = 'password'" onmouseenter="this.type = 'text'">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue