diff options
Diffstat (limited to 'modules/comment/views/admin_comments.html.php')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index ae3051ad..4091270b 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -155,13 +155,15 @@ function update_menu() { <?= t("Reply") ?> </a> </li> + <li> <a href="javascript:Edit(<?=$comment->id?>)"> <?= t("Edit") ?> </a> </li> + <li> - <a href="javascript:del(<?=$comment->id?>)"> + <a href="javascript:set_state('deleted',<?=$comment->id?>)"> <?= t("Delete") ?> </a> </li> |