11 lines
561 B
Smarty
11 lines
561 B
Smarty
<div class="text-left">
|
|
<input type="checkbox" name="DeleteDatabase" checked="" style="width: inherit;"> Xóa dữ liệu lưu trữ trong thiết bị
|
|
<br>
|
|
<input type="checkbox" name="ResetDevice" checked="" style="width: inherit;"> Reset cấu hình thiết bị
|
|
</div>
|
|
<div class="text-center">
|
|
<button class="btn btn-danger" onclick="common.reset(this);" data-href="{yii\helpers\Url::to(['/config/reset'])}">
|
|
Đồng ý
|
|
</button>
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">Hủy bỏ</button>
|
|
</div> |