diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-24 21:30:48 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-24 21:30:48 -0700 |
commit | 4384b67be1aedfbc71e3cb7e399df88fcb87ff9c (patch) | |
tree | 862fad7d6153d0af065a228d7bc270ed1abb0bd9 /modules | |
parent | abbecb9e7e6e26d50cae0754d4c6320892b8def5 (diff) |
Comment out [reply] and [edit] links because they're not implemented
yet. This closes ticket #416, and I'll open a new ticket to implement
these functions.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index e749fde0..86585c65 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -163,6 +163,7 @@ </a> </li> <? endif ?> + <!-- <li> <a href="javascript:reply(<?=$comment->id?>)" class="gButtonLink ui-state-default ui-icon-left"> @@ -177,6 +178,7 @@ <?= t("Edit") ?> </a> </li> + --> <li> <a href="javascript:set_state('deleted',<?=$comment->id?>)" class="gButtonLink ui-state-default ui-icon-left"> |