- people can tell why they delete comments again

This commit is contained in:
Jonathan Ernst
2005-03-12 17:13:08 +00:00
committed by WineHQ
parent cd54d6d02b
commit 12a7858235
3 changed files with 54 additions and 16 deletions

View File

@@ -230,10 +230,8 @@ function view_app_comment($ob)
|| $_SESSION['current']->isSuperMaintainer($ob->appId))
{
echo "<tr>";
echo "<td><form method=\"post\" name=\"message\" action=\"".BASE."admin/deleteAny.php\"><input type=\"submit\" value=\"Delete\" class=\"button\">\n";
echo "<td><form method=\"post\" name=\"message\" action=\"".BASE."deletecomment.php\"><input type=\"submit\" value=\"Delete\" class=\"button\">\n";
echo "<input type=\"hidden\" name=\"commentId\" value=\"$ob->commentId\" />";
echo "<input type=\"hidden\" name=\"confirmed\" value=\"yes\" />";
echo "<input type=\"hidden\" name=\"what\" value=\"comment\" />";
echo "</form>\n";
echo "</td></tr>";
}