tasks/templates/confirmation.php

11 lines
339 B
PHP
Raw Normal View History

2017-02-20 22:14:41 +00:00
<a class="confirmation-default">
<span class="icon-delete"></span>
2017-02-20 22:14:41 +00:00
<span><?php p($l->t('Delete')); ?></span>
</a>
<a class="confirmation-abort icon-close" title="<?php p($l->t('Cancel')); ?>">
2017-02-20 22:14:41 +00:00
<span></span>
</a>
<a class="confirmation-confirm icon-delete-white no-permission">
2016-08-12 18:01:16 +00:00
<span class="countdown">33 &nbsp;</span>
2017-02-20 22:14:41 +00:00
</a>