Welcome to mirror list, hosted at ThFree Co, Russian Federation.

confirmation.php « templates - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe7c574a31c4aadd6f8d9585b3fc2435cb7ef0db (plain)
1
2
3
4
5
6
7
8
9
10
<a class="confirmation-default">
    <span class="icon-delete svg"></span>
    <span><?php p($l->t('Delete')); ?></span>
</a>
<a class="confirmation-abort icon-close svg" title="<?php p($l->t('Cancel')); ?>">
    <span></span>
</a>
<a class="confirmation-confirm icon-delete-white no-permission svg">
    <span class="countdown">33 &nbsp;</span>
</a>