]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/comment_item.tpl
Merge commit 'upstream/master'
[friendica.git] / view / theme / dispy / comment_item.tpl
index 85176732b7e3baf8fd1a0a6cb094962a2d06b175..adf2772af060b67c92574685057387ebf2d4a111 100644 (file)
                                </div>
                                <div class="comment-edit-photo-end"></div>
                                <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >$comment</textarea>
-
                                {{ if $qcomment }}
-                <ul class="qcomment-wrapper">
-                               {{ for $qcomment as $qc }}                              
-                                       <li class="fakelink qcomment"
-                    onclick="commentInsert(this,$id); return false;">$qc</li>
+                <div class="qcomment-wrapper">
+                                       <select id="qcomment-select-$id" name="qcomment-$id" class="qcomment" onchange="qCommentInsert(this,$id);">
+                                       <option value=""></option>
+                               {{ for $qcomment as $qc }}
+                                       <option value="$qc">$qc</option>
                                {{ endfor }}
-                </ul>
+                                       </select>
+                               </div>
                                {{ endif }}
 
                                <div class="comment-edit-text-end"></div>