mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 23:17:05 +08:00
fix time, using text
This commit is contained in:
parent
1b15da5c04
commit
18d68d68c8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
value="{$d['expiration']}">
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<input type="time" class="form-control" id="time" name="time"
|
||||
<input type="text" class="form-control" id="time" name="time" placeholder="00:00:00"
|
||||
value="{$d['time']}">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue