diff options
author | Friendika <info@friendika.com> | 2011-02-12 01:37:21 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-12 01:37:21 -0800 |
commit | f79c21529328c9d062d63ccba98ae90480c32225 (patch) | |
tree | 13004d16a7bb273bf53dfced7c228e82487510ac | |
parent | 8937ba86a211ff5822a0198087f94847f67e5d24 (diff) | |
download | volse-hubzilla-f79c21529328c9d062d63ccba98ae90480c32225.tar.gz volse-hubzilla-f79c21529328c9d062d63ccba98ae90480c32225.tar.bz2 volse-hubzilla-f79c21529328c9d062d63ccba98ae90480c32225.zip |
give all comment input form elements id's
-rw-r--r-- | view/comment_item.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 1b1f3a49e..6f63e39b7 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" action="item" method="post" > - <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" /> + <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" /> <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> |