aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/plugins.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/plugins.tpl')
-rw-r--r--template/yoga/admin/plugins.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl
index 00d344cac..370cd4141 100644
--- a/template/yoga/admin/plugins.tpl
+++ b/template/yoga/admin/plugins.tpl
@@ -19,7 +19,11 @@
<td>{plugins.plugin.DESCRIPTION}</td>
<td>
<!-- BEGIN action -->
- <a href="{plugins.plugin.action.U_ACTION}" {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
+ <a href="{plugins.plugin.action.U_ACTION}"
+<!-- BEGIN confirm -->
+ onclick="return confirm('Are you sure?');"
+<!-- END confirm -->
+ {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
<!-- END action -->
</td>
</tr>