mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
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.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user