New Device checkbox tooltip

This commit is contained in:
Jokob-sk
2024-02-15 07:52:35 +11:00
parent 356b9c6888
commit 0b45ead574
6 changed files with 7 additions and 2 deletions

View File

@@ -412,10 +412,10 @@
</div>
<!-- New Device -->
<div class="form-group">
<div class="form-group" title="<?= lang('DevDetail_EveandAl_NewDevice_Tooltip');?>">
<label class="col-sm-5 control-label"><?= lang('DevDetail_EveandAl_NewDevice');?>:</label>
<div class="col-sm-7" style="padding-top:6px;">
<input class="checkbox orange hidden" id="chkNewDevice" type="checkbox">
<input class="checkbox orange hidden" id="chkNewDevice" type="checkbox">
</div>
</div>