aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/comment_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-31 04:40:35 -0700
committerfriendica <info@friendica.com>2012-03-31 04:40:35 -0700
commitd5a31e57918c9c183a959351fb3356636a2ddf6a (patch)
tree0e8901c4b604c9ef732ff91615747dc7df565d62 /view/theme/dispy/comment_item.tpl
parentb4b1055b502c317513bf5c57794c004ced43a0de (diff)
parent893ece90664588e61584b479ca7af0021ca1df83 (diff)
downloadvolse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.gz
volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.bz2
volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy/comment_item.tpl')
-rw-r--r--view/theme/dispy/comment_item.tpl13
1 files changed, 7 insertions, 6 deletions
diff --git a/view/theme/dispy/comment_item.tpl b/view/theme/dispy/comment_item.tpl
index 85176732b..adf2772af 100644
--- a/view/theme/dispy/comment_item.tpl
+++ b/view/theme/dispy/comment_item.tpl
@@ -12,14 +12,15 @@
</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>