diff options
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 068cf0731..885d735ed 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -1,9 +1,9 @@ <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;"> - <form class="comment-edit-form" id="comment-edit-form-$id" method="post" onsubmit="post_comment($id); return false;"> - <input id="f-type-$id" type="hidden" name="type" value="$type" /> - <input id="f-profile-uid-$id" type="hidden" name="profile_uid" value="$profile_uid" /> - <input id="f-parent-$id" type="hidden" name="parent" value="$parent" /> - <input id="f-return-path-$id" type="hidden" name="return" value="$return_path" /> + <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;"> + <input type="hidden" name="type" value="$type" /> + <input type="hidden" name="profile_uid" value="$profile_uid" /> + <input type="hidden" name="parent" value="$parent" /> + <input type="hidden" name="return" value="$return_path" /> <div class="comment-edit-photo" id="comment-edit-photo-$id" > <a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a> |