10 lines
433 B
Smarty
10 lines
433 B
Smarty
<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> |