]> git.mxchange.org Git - friendica.git/commitdiff
give all comment input form elements id's
authorFriendika <info@friendika.com>
Sat, 12 Feb 2011 09:37:21 +0000 (01:37 -0800)
committerFriendika <info@friendika.com>
Sat, 12 Feb 2011 09:37:21 +0000 (01:37 -0800)
view/comment_item.tpl

index 1b1f3a49e93b609d6b3a63f7a03aa802d2d63266..6f63e39b7aa7bf324dc86182ca67ac08776c909d 100644 (file)
@@ -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>