update delete database option
This commit is contained in:
10
views/config/reset.tpl
Normal file
10
views/config/reset.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="text-center">
|
||||
<h4>BẠN CÓ MUỐN XÓA DỮ LIỆU LƯU TRỮ TRONG THIẾT BỊ KHÔNG?</h4>
|
||||
<br>
|
||||
<button class="btn btn-danger" onclick="common.reset(this, 'yes');" data-href="{yii\helpers\Url::to(['/config/reset'])}">
|
||||
Có
|
||||
</button>
|
||||
<button class="btn btn-default" onclick="common.reset(this, 'no');" data-href="{yii\helpers\Url::to(['/config/reset'])}">
|
||||
Không
|
||||
</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user