diff options
| author | Romain LE DISEZ <romain.git@ledisez.net> | 2009-06-25 08:16:35 +0200 |
|---|---|---|
| committer | Romain LE DISEZ <romain.git@ledisez.net> | 2009-06-25 08:16:35 +0200 |
| commit | 6345fcede7493010ab78239c3e775d16c2f41458 (patch) | |
| tree | 3bcdf7732386e2026a9c52688f303dd6fdffbfa5 /modules/comment/views | |
| parent | be354ab98bbb08abad0a7efd6fb1d110e11381de (diff) | |
| parent | ec67300f9628582bf735468c73aec3c01a6eb57f (diff) | |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/comment/views')
| -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"> |
