diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 23:40:57 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 23:40:57 -0600 |
| commit | f70517a8e88b280c2b380f2bde7ff9d85146506f (patch) | |
| tree | a8e86434282eab242009e9cda145c5b5764a39d5 /modules/comment | |
| parent | 043469587ed03a2a4e05aa2fddcebe53f04b0ce4 (diff) | |
| parent | 766de009090cd1a49b6726e79bce7a69392491be (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/comment')
| -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"> |
