diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
commit | 27c23229c4d22d4f477cb8665725ec681e70666a (patch) | |
tree | 7a11db6df7ebb8906a68ce1e53be360b8df9c5fd /view/theme/diabook/comment_item.tpl | |
parent | 3116db1a74657f1f9f87ef91181104819d01fd95 (diff) | |
parent | 9434b447f3302a7f3223fb01f3c71378b8764e92 (diff) | |
download | volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.gz volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.bz2 volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook/comment_item.tpl')
-rw-r--r-- | view/theme/diabook/comment_item.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/diabook/comment_item.tpl b/view/theme/diabook/comment_item.tpl index ee4dfba45..e10b86845 100644 --- a/view/theme/diabook/comment_item.tpl +++ b/view/theme/diabook/comment_item.tpl @@ -11,7 +11,8 @@ <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> - <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);tautogrow($id)" onBlur="commentClose(this,$id);" >$comment</textarea> + <textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);tautogrow($id);cmtBbOpen($id);" >$comment</textarea> + <div class="comment-edit-bb-$id" style="display:none;"> <a class="icon bb-image" style="cursor: pointer;" onclick="insertFormatting('$comment','img',$id);">img</a> <a class="icon bb-url" style="cursor: pointer;" onclick="insertFormatting('$comment','url',$id);">url</a> <a class="icon bb-video" style="cursor: pointer;" onclick="insertFormatting('$comment','video',$id);">video</a> @@ -19,6 +20,7 @@ <a class="icon italic" style="cursor: pointer;" onclick="insertFormatting('$comment','i',$id);">i</a> <a class="icon bold" style="cursor: pointer;" onclick="insertFormatting('$comment','b',$id);">b</a> <a class="icon quote" style="cursor: pointer;" onclick="insertFormatting('$comment','quote',$id);">quote</a> + </div> {{ if $qcomment }} <select id="qcomment-select-$id" name="qcomment-$id" class="qcomment" onchange="qCommentInsert(this,$id);" > <option value=""></option> |