From 584e23736ef57158b13b36a588a676a99c084125 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 28 Mar 2011 16:34:07 +0000 Subject: [PATCH] #SPLUNK-124, we show a confirm popup when user is trying to delete a comment. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@912 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/node/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forum/skins/default/templates/node/comments.html b/forum/skins/default/templates/node/comments.html index 49d529a..044a1a3 100644 --- a/forum/skins/default/templates/node/comments.html +++ b/forum/skins/default/templates/node/comments.html @@ -19,7 +19,7 @@ {% endif %} {% if comment.can_delete %} + class="ajax-command comment-delete confirm" rel="nofollow"> {% endif %} {% if comment.can_convert %} + class="ajax-command comment-delete confirm" rel="nofollow"> -- 2.39.5