]> git.mxchange.org Git - friendica.git/blobdiff - view/comment_item.tpl
diabook: Moving the location between the icons
[friendica.git] / view / comment_item.tpl
index a28fc411a549a33cf61938166356de95a9b39a16..cde4ca3ca8d497217bd6557f7676de4071894df9 100755 (executable)
@@ -1,4 +1,4 @@
-               <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
+               <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" onsubmit="post_comment($id); return false;">
                                <input type="hidden" name="type" value="$type" />
                                <input type="hidden" name="profile_uid" value="$profile_uid" />
                                        <a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a>
                                </div>
                                <div class="comment-edit-photo-end"></div>
+                               {{ if $qcomment }}
+                               {{ for $qcomment as $qc }}                              
+                                       <span class="fakelink qcomment" onclick="commentInsert(this,$id); return false;" >$qc</span>
+                                       &nbsp;
+                               {{ endfor }}
+                               {{ endif }}
                                <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >$comment</textarea>
 
                                <div class="comment-edit-text-end"></div>