10 lines
294 B
PHP
10 lines
294 B
PHP
<div class="page-header">
|
|
<h2>Confirmation</h2>
|
|
</div>
|
|
|
|
<p class="alert alert-info">Do you really want to remove these items from your history?</p>
|
|
|
|
<div class="form-actions">
|
|
<a href="?action=flush-history" class="btn btn-red">Yes</a>
|
|
or <a href="?action=history">cancel</a>
|
|
</div> |