2013-04-07 04:21:16 +02:00
|
|
|
<div class="page-header">
|
2013-04-13 03:08:55 +02:00
|
|
|
<h2><?= t('Confirmation') ?></h2>
|
2013-04-07 04:21:16 +02:00
|
|
|
</div>
|
|
|
|
|
2013-04-13 03:08:55 +02:00
|
|
|
<p class="alert alert-info"><?= t('Do you really want to remove these items from your history?') ?></p>
|
2013-04-07 04:21:16 +02:00
|
|
|
|
|
|
|
<div class="form-actions">
|
2016-05-03 10:45:07 +02:00
|
|
|
<a href="?action=flush-history<?= $group_id === null ? '' : '&group_id='.$group_id ?>" class="btn btn-red"><?= t('Remove') ?></a>
|
|
|
|
<?= t('or') ?> <a href="?action=history<?= $group_id === null ? '' : '&group_id='.$group_id ?>"><?= t('cancel') ?></a>
|
2013-04-07 04:21:16 +02:00
|
|
|
</div>
|