aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/admin/states/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/states/index.html b/templates/web/base/admin/states/index.html
index 1b68d4aea..ca2ef03d2 100644
--- a/templates/web/base/admin/states/index.html
+++ b/templates/web/base/admin/states/index.html
@@ -45,7 +45,7 @@
</td>
<td style="text-align:center;vertical-align:middle" rowspan="[% rows %]">
[% IF state.label != 'confirmed' AND state.label != 'closed' %]
- <input class="btn btn--small" type="submit" name="delete:[% state.label %]" value="Delete">
+ <input class="btn btn--small btn-danger" type="submit" data-confirm="[% loc('Are you sure?') %]" name="delete:[% state.label %]" value="Delete">
[% END %]
</td>
</tr>